server.errors
Exceptions
| Base class for all errors raised by onegov.server. | |
| Raised if an application conflicts with another application. | |
| Raised when there's an error in an application configuration. | 
Module Contents
- exception server.errors.OnegovServerError(message: str)[source]
- Bases: - Exception- Base class for all errors raised by onegov.server. 
- exception server.errors.ApplicationConflictError(message: str)[source]
- Bases: - OnegovServerError- Raised if an application conflicts with another application. 
- exception server.errors.ApplicationConfigError(message: str)[source]
- Bases: - OnegovServerError- Raised when there’s an error in an application configuration.