def __init__()

in uber_rides/errors.py [0:0]


    def __init__(self, status, code, title):
        self.status = status
        self.code = code
        self.title = title