Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
AcExceptionsHandler
PHP Class AcExceptionsHandler
Inheritance:
extends
Orchestra\Testbench\Exceptions\Handler
显示文件
Open project: efficiently/authority-controller
Public Methods
Method
Description
report
(
Exception
$e
) :
void
Report or log an exception.
Method Details
report()
public
method
This is a great spot to send exceptions to Sentry, Bugsnag, etc.
public
report
(
Exception
$e
) :
void
$e
Exception
return
void