limoncello-php / framework

Apache License 2.0
13 stars 1 forks source link

Unify exceptions #44

Closed neomerx closed 7 years ago

neomerx commented 7 years ago

Add abstract LimoncelloException : RuntimeException to contracts which should be inherited by components' exceptions.

neomerx commented 7 years ago

Implemented with LimoncelloExceptionInterface interface rather than class. A notable exception is OAuthServer which is a standalone component and therefore do not depend on contracts.