Plain is headed towards 1.0! Subscribe for development updates →
1class ResponseException(Exception): 2 def __init__(self, response): 3 self.response = response 4 super().__init__(response)