django-rest-framework/djangorestframework/exceptions.py

4 lines
90 B
Python
Raw Normal View History

class ParseError(Exception):
def __init__(self, detail):
self.detail = detail