:mod:`zemfrog.exception` ======================== .. py:module:: zemfrog.exception Module Contents --------------- .. exception:: ZemfrogException Bases: :class:`Exception` Common base class for all non-exit exceptions. .. exception:: ZemfrogTemplateNotFound Bases: :class:`zemfrog.exception.ZemfrogException` Common base class for all non-exit exceptions. .. exception:: ZemfrogEnvironment Bases: :class:`zemfrog.exception.ZemfrogException` Common base class for all non-exit exceptions. .. exception:: ZemfrogModelNotFound Bases: :class:`zemfrog.exception.ZemfrogException` Common base class for all non-exit exceptions. .. exception:: ZemfrogRoleNotFound Bases: :class:`zemfrog.exception.ZemfrogException` Common base class for all non-exit exceptions. .. exception:: ZemfrogRolePermissionNotFound Bases: :class:`zemfrog.exception.ZemfrogException` Common base class for all non-exit exceptions.