InternalServerErrorException

Documentation for the `InternalServerErrorException` class.

Namespace blazingapi.exceptions

The InternalServerErrorException class is a subclass of the APIException class.

It should be raised when an internal server error occurs.

Class Definition

class InternalServerErrorException(APIException):
    status_code = 500
    default_detail = 'An internal server error occurred.'
    default_code = 'internal_server_error'