Direct known subclasses:
BadFunctionCallException, DomainException, InvalidArgumentException, LengthException, OutOfRangeException
The LogicException class
(PHP 5 >= 5.1.0)
Giriş
Exception that represents error in the program logic. This kind of exceptions should directly lead to a fix in your code.
Sınıf Sözdizimi
LogicException
extends
Exception
{
/* Miras alınan yöntemler */
}
Dawid Krysiak
03-Feb-2011 02:32
