1.2.943. PHP Exception¶
Mark an exception as a native exception. They may come from PHP standard distribution or an extension.
<?php
// From the native set
$a = new LogicException('Logic error');
throw $a;
// From an extension
throw new ZookeeperException('Zookeeper error');
?>
See also Exceptions.
1.2.943.1. Connex PHP features¶
1.2.943.1.1. Specs¶
Short name |
Exceptions/IsPhpException |
Rulesets |
|
Exakat since |
1.5.2 |
PHP Version |
All |
Severity |
Minor |
Time To Fix |
Quick (30 mins) |
Precision |
Very high |
Available in |