diff --git a/framework/yii/views/error.php b/framework/yii/views/error.php deleted file mode 100644 index 009050a..0000000 --- a/framework/yii/views/error.php +++ /dev/null @@ -1,67 +0,0 @@ -context; -$title = $context->htmlEncode($exception instanceof \yii\base\Exception ? $exception->getName() : get_class($exception)); -?> - - -
- -- The above error occurred while the Web server was processing your request. -
-- Please contact us if you think this is a server error. Thank you. -
-- htmlEncode($exception->getFile()) . '(' . $exception->getLine() . ')'?> -
- renderSourceCode($exception->getFile(), $exception->getLine(), $context->maxSourceLines)?> -