Direct known subclasses:
BadMethodCallException
So BadMethodCallException can be used in case the subject function is or should be a part of class / object - it's use defines the case more precisely.
La clase BadFunctionCallException
Introducción
Lanza una excepción si la llamada de retorno hace referencia a una función no definida o faltan algunos de los argumentos.
Clases sinopsis
BadFunctionCallException
extends
LogicException
{
/* Métodos heredados */
}
Dawid Krysiak
03-Feb-2011 10:35
tom at tomwardrop dot com
16-Nov-2009 03:42
A typical use for this exception, is in conjunction with the is_callable() function.
