LogicException 205 ext/spl/php_spl.c SPL_ADD_CLASS(LogicException, z_list, sub, allow, ce_flags); \ LogicException 358 ext/spl/spl.php class BadFunctionCallException extends LogicException LogicException 379 ext/spl/spl.php class DomainException extends LogicException LogicException 389 ext/spl/spl.php class InvalidArgumentException extends LogicException LogicException 400 ext/spl/spl.php class LengthException extends LogicException LogicException 412 ext/spl/spl.php class OutOfRangeException extends LogicException LogicException 55 ext/spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); LogicException 56 ext/spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(BadFunctionCallException, LogicException, NULL, NULL); LogicException 58 ext/spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(DomainException, LogicException, NULL, NULL); LogicException 59 ext/spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(InvalidArgumentException, LogicException, NULL, NULL); LogicException 60 ext/spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(LengthException, LogicException, NULL, NULL); LogicException 61 ext/spl/spl_exceptions.c REGISTER_SPL_SUB_CLASS_EX(OutOfRangeException, LogicException, NULL, NULL); LogicException 21 scripts/dev/generate-phpt/src/gtCodeSnippet.php throw new LogicException('The code snippet ' . $name . ' does not exist'); LogicException 43 scripts/dev/generate-phpt/src/gtCodeSnippet.php throw new LogicException('The code snippet ' . $name . ' does not exist'); LogicException 20 scripts/dev/generate-phpt/src/gtText.php throw new LogicException('The text ' . $name . ' does not exist');