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
(PHP 5 >= 5.1.0)
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.
Sinopsis de la Clase
BadFunctionCallException
extends
LogicException
{
/* Métodos heredados */
}
Dawid Krysiak
03-Feb-2011 02:35
tom at tomwardrop dot com
15-Nov-2009 07:42
A typical use for this exception, is in conjunction with the is_callable() function.
