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.
The BadFunctionCallException class
(PHP 5 >= 5.1.0)
Introdução
Exception thrown if a callback refers to an undefined function or if some arguments are missing.
Sinopse da classe
BadFunctionCallException
extends
LogicException
{
/* Métodos herdados */
}
User Contributed Notes
BadFunctionCallException
BadFunctionCallException
Dawid Krysiak
03-Feb-2011 12:35
03-Feb-2011 12:35
tom at tomwardrop dot com
15-Nov-2009 05:42
15-Nov-2009 05:42
A typical use for this exception, is in conjunction with the is_callable() function.

Exceptions