Class PHP7ErrorException
Wraps a PHP 7 Error object inside a normal Exception so it can be handled correctly by the rest of the error handling system
- Exception
- Cake\Error\PHP7ErrorException
Method Detail
__constructsource public
__construct( Error $error )
Wraps the passed Error class
Parameters
- Error
$error
- the Error object
Overrides
Exception::__construct()
Properties summary
Properties inherited from Exception
© 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.Error.PHP7ErrorException.html