Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
eeb17089
Commit
eeb17089
authored
Nov 29, 2014
by
larnu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix structure-actions.md link
parent
3de072ca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
runtime-handling-errors.md
docs/guide-ja/runtime-handling-errors.md
+1
-1
runtime-handling-errors.md
docs/guide-zh-CN/runtime-handling-errors.md
+1
-1
runtime-handling-errors.md
docs/guide/runtime-handling-errors.md
+1
-1
No files found.
docs/guide-ja/runtime-handling-errors.md
View file @
eeb17089
...
...
@@ -6,7 +6,7 @@ Yii は、エラー処理を従来よりはるかに快適な経験にしてく
*
致命的でない全ての PHP エラー (警告や通知) は捕捉可能な例外に変換されます。
*
例外と致命的な PHP エラーは、デバッグモードでは、詳細なコールスタック情報とソースコード行とともに表示されます。
*
エラーを表示するために専用の
[
コントローラアクション
](
structure-
actions.md
)
を使うことがサポートされています。
*
エラーを表示するために専用の
[
コントローラアクション
](
structure-
controllers.md#actions
)
を使うことがサポートされています。
*
さまざまなエラーレスポンス形式をサポートしています。
[
[yii\web\ErrorHandler|エラーハンドラ
]
] は既定で有効になっています。アプリケーションの
[
エントリスクリプト
](
structure-entry-scripts.md
)
...
...
docs/guide-zh-CN/runtime-handling-errors.md
View file @
eeb17089
...
...
@@ -6,7 +6,7 @@ Yii错误处理器做以下工作来提升错误处理效果:
*
所有非致命PHP错误(如,警告,提示)会转换成可获取异常;
*
异常和致命的PHP错误会被显示,在调试模式会显示详细的函数调用栈和源代码行数。
*
支持使用专用的
[
控制器操作
](
structure-
actions.md
)
来显示错误;
*
支持使用专用的
[
控制器操作
](
structure-
controllers.md#actions
)
来显示错误;
*
支持不同的错误响应格式;
[
[yii\web\ErrorHandler|error handler
]
] 错误处理器默认启用,
...
...
docs/guide/runtime-handling-errors.md
View file @
eeb17089
...
...
@@ -7,7 +7,7 @@ experience than before. In particular, the Yii error handler does the followings
*
All non-fatal PHP errors (e.g. warnings, notices) are converted into catchable exceptions.
*
Exceptions and fatal PHP errors are displayed with detailed call stack information and source code lines
in debug mode.
*
Supports using a dedicated
[
controller action
](
structure-
actions.md
)
to display errors.
*
Supports using a dedicated
[
controller action
](
structure-
controllers.md#actions
)
to display errors.
*
Supports different error response formats.
The
[
[yii\web\ErrorHandler|error handler
]
] is enabled by default. You may disable it by defining the constant
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment