python_app_exceptions.base ========================== .. py:module:: python_app_exceptions.base .. autoapi-nested-parse:: Base exception classes for Python web applications. Exceptions ---------- .. autoapisummary:: python_app_exceptions.base.BaseApplicationException Module Contents --------------- .. py:exception:: BaseApplicationException(message: str, details: str = None) Bases: :py:obj:`Exception` Base exception for all application errors. .. py:attribute:: message .. py:attribute:: details :value: None