Which PHP SPL Exception should you throw if a class doesn't exists? within the context of ZF2 coding standards for exceptions.
In the standards it say exceptions should extend from one of PHP's SPL Exceptions. My first guess would be that it's some kind of RuntimeException.