Searched refs:DomainException (Results 1 – 4 of 4) sorted by relevance
11 catch (DomainException $e) {12 echo 'DomainException thrown';17 DomainException thrown
56 REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); in PHP_MINIT_FUNCTION()
379 class DomainException extends LogicException class451 * @see DomainException
188 SPL_ADD_CLASS(DomainException, z_list, sub, allow, ce_flags); \
Completed in 14 milliseconds