async-interop / event-loop

An event loop interface for interoperability in PHP.
MIT License
169 stars 9 forks source link

Exception base classes #93

Closed kelunik closed 8 years ago

kelunik commented 8 years ago

Currently our exceptions extend LogicException and RuntimeException. I'd like to rather not use SplExceptions but rather extend Exception directly.