def __init__()

in uber_rides/errors.py [0:0]


    def __init__(self, response):
        super(UnknownHttpError, self).__init__()
        self.response = response