INNER CODE UNIT · Python
DjangoRESTQLException
yezyilomo/django-restql · django_restql/exceptions.py:1
class DjangoRESTQLException(Exception):
"""Base class for exceptions in this package."""
class InvalidOperation(DjangoRESTQLException):
"""Invalid Operation Exception."""
class FieldNotFound(DjangoRESTQLException):
"""Field Not Found Exception."""
class QueryFormatError(DjangoRESTQLException):
"""Invalid Query Format."""