Closed neomerx closed 7 years ago
Add abstract LimoncelloException : RuntimeException to contracts which should be inherited by components' exceptions.
abstract LimoncelloException : RuntimeException
Implemented with LimoncelloExceptionInterface interface rather than class. A notable exception is OAuthServer which is a standalone component and therefore do not depend on contracts.
LimoncelloExceptionInterface
OAuthServer
Add
abstract LimoncelloException : RuntimeException
to contracts which should be inherited by components' exceptions.