Direct known subclasses:
BadFunctionCallException, DomainException, InvalidArgumentException, LengthException, OutOfRangeException
The LogicException class
(PHP 5 >= 5.1.0)
소개
Exception that represents error in the program logic. This kind of exceptions should directly lead to a fix in your code.
클래스 개요
LogicException
extends
Exception
{
/* 상속된 메소드 */
}
Dawid Krysiak
02-Feb-2011 07:32
