Inherited Variables
Inherited Constants
Inherited Methods
Class Details
エラーハンドラークラスです。
[ Top ]
Class Variables
Class Methods
static handle
static void handle(
Exception
$e)
[line 30]
エラーハンドリングを行ないます。
Tags:
- access - public
Parameters:
- Exception $e - 例外クラス
[ Top ]
static handleLogging
static void handleLogging(
Exception
$e)
[line 123]
例外のロギングを行ないます。
Tags:
- access - public
Parameters:
- Exception $e - 例外クラス。
[ Top ]