Exception
Exception Thrown for general exceptions and extended by other exception classes
-
$exception->getCode()
-
$exception->getData()
-
$exception->getDetails()
-
$exception->getFile()
-
$exception->getFileRelative()
-
$exception->getHttpCode()
-
$exception->getKey()
-
$exception->getLine()
-
$exception->getMessage()
-
$exception->getPrevious()
-
$exception->getTrace()
-
$exception->getTraceAsString()
-
$exception->isTranslated()
-
$exception->toArray()
-
new Exception()