1.2.333. 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.333.1. Specs

Short name

Exceptions/DefinedExceptions

Rulesets

All, Appinfo, CE, Changed Behavior

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

predefined-exception, exception

Available in

Entreprise Edition, Community Edition, Exakat Cloud