Closed kelunik closed 8 years ago
Currently our exceptions extend LogicException and RuntimeException. I'd like to rather not use SplExceptions but rather extend Exception directly.
LogicException
RuntimeException
Exception
Currently our exceptions extend
LogicException
andRuntimeException
. I'd like to rather not use SplExceptions but rather extendException
directly.