Base class that all CakePHP Exceptions extend.
RuntimeException
Cake\Core\Exception\Exception
Cake\Database\Exception\MissingConnectionException __construct( string|array $message , integer $code 500 , Exception $previous null )
Constructor.
Allows you to create exceptions that are treated as framework errors and disabled when debug = 0.
$message $code optional 500 $previous optional null Exception::__construct() responseHeader( string|array|null $header null , string $value null )
Get/set the response header to be used
See also Cake\Network\Response::header()
$header optional null $value optional null arrayprotected array
Array of attributes that are passed in from the constructor, and made available in the view when a development error is displayed.
[]
protected array
Array of headers to be passed to Cake\Network\Response::header()
null
© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.1/class-Cake.Database.Exception.MissingConnectionException.html