diff --git a/src/Views/error-exception.phtml b/src/Views/error-exception.phtml index cd0c6268..bc7e16b4 100644 --- a/src/Views/error-exception.phtml +++ b/src/Views/error-exception.phtml @@ -2,15 +2,15 @@ echo '
'; printf('%s „%s” thrown at %s:%d', - get_class($this->context->exception), - $this->context->exception->getMessage(), - $this->context->exception->getFile(), - $this->context->exception->getLine()); + get_class($this->context->transport->exception), + $this->context->transport->exception->getMessage(), + $this->context->transport->exception->getFile(), + $this->context->transport->exception->getLine()); echo '
'; echo '