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)); -?> - - - - - <?php echo $title?> - - - - - -

-

htmlEncode($exception->getMessage()))?>

-

- 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. -

-
- - versionInfo : ''?> -
- - diff --git a/framework/yii/views/exception.php b/framework/yii/views/exception.php deleted file mode 100644 index 0f26ed7..0000000 --- a/framework/yii/views/exception.php +++ /dev/null @@ -1,210 +0,0 @@ -context; -$title = $context->htmlEncode($exception instanceof \yii\base\Exception ? $exception->getName().' ('.get_class($exception).')' : get_class($exception)); -?> - - - - - <?php echo $title?> - - - - -
-

- -

- htmlEncode($exception->getMessage()))?> -

- -
-

- htmlEncode($exception->getFile()) . '(' . $exception->getLine() . ')'?> -

- renderSourceCode($exception->getFile(), $exception->getLine(), $context->maxSourceLines)?> -
- - -
-

Stack Trace

- renderTrace($exception->getTrace())?> -
- - -
- - getVersionInfo() : ''?> -
-
- - - - -