Documentation
Error handling
The Monstra error handler converts all errors to ErrorExceptions. This allows Monstra to display a error page that contains a lot more information than the standard PHP error pages when something bad happens.
The error handler will also try to log the error.
Note that error page with error information will be displayed if the
Core::$environment
is Core::DEVELOPMENT