RuntimeException
UnexpectedValueException
例外
PHP Manual
UnderflowException クラス
導入
空のコンテナから要素を削除しようとした際にスローされる例外です。
クラス概要
UnderflowException
extends
RuntimeException
{
/* 継承したメソッド */
final
public
string
Exception::getMessage
(
void
)
final
public
Exception
Exception::getPrevious
(
void
)
final
public
mixed
Exception::getCode
(
void
)
final
public
string
Exception::getFile
(
void
)
final
public
int
Exception::getLine
(
void
)
final
public
array
Exception::getTrace
(
void
)
final
public
string
Exception::getTraceAsString
(
void
)
public
string
Exception::__toString
(
void
)
final
private
void
Exception::__clone
(
void
)
}
RuntimeException
UnexpectedValueException
例外
PHP Manual