1.2.336. Defined Exceptions¶
This is the list of defined exceptions. Those exceptions are custom to the code, and shall be thrown at one point or more in the code.
<?php
class myException extends \Exception {}
// A defined exception
throw new myException();
// not a defined exception : it is already defined.
throw new \RuntimeException();
?>
See also Predefined Exceptions and Exceptions.
1.2.336.1. Connex PHP features¶
1.2.336.1.1. Specs¶
Short name |
Exceptions/DefinedExceptions |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |