Class FatalErrorException
Represents a fatal error
- Exception implements Throwable
- RuntimeException
- CakeException
- FatalErrorException
Package: Cake\Error
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Location: Cake/Error/exceptions.php
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Location: Cake/Error/exceptions.php
Inherited Properties
-
_attributes
,_messageTemplate
code
,file
,line
,message
Method Summary
-
__construct() public
Constructor
Method Detail
__construct() public ¶
__construct( string $message , integer $code = 500 , string $file = null , integer $line = null )
Constructor
Parameters
- string $message
- integer $code optional 500
- string $file optional null
- integer $line optional null