The LogicException class
Introduction
Exception that represents error in the program logic. This kind of exceptions should directly lead to a fix in your code.
Class synopsis
LogicException
extends
Exception
{
/* Inherited methods */
}




