The Wayback Machine - https://web.archive.org/web/20160826115807/http://php.net/manual/ja/class.overflowexception.php
ConFoo Montreal 2017 Calling for Papers

OverflowException クラス

(PHP 5 >= 5.1.0, PHP 7)

導入

いっぱいになっているコンテナに要素を追加した場合にスローされる例外です。

クラス概要

OverflowException extends RuntimeException {
/* 継承したプロパティ */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* 継承したメソッド */
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 )
}
add a note add a note

User Contributed Notes 1 note

up
-9
Anonymous
1 year ago
This class has quite literally never been instanced in the real world.
To Top
Morty Proxy This is a proxified and sanitized view of the page, visit original site.