function exception_handler(Exception $exception)
{
    Application::handleException($exception);
}