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.
BadFunctionCallException クラス
(PHP 5 >= 5.1.0)
導入
未定義の関数をコールバックが参照したり、引数を指定しなかったりした場合にスローされる例外です。
クラス概要
BadFunctionCallException
extends
LogicException
{
/* 継承したメソッド */
}
Dawid Krysiak
02-Feb-2011 07:35
tom at tomwardrop dot com
15-Nov-2009 12:42
A typical use for this exception, is in conjunction with the is_callable() function.
