MediaWiki REL1_37
|
Internal exception class. More...
Public Member Functions | |
__construct ( $code) | |
getErrorCode () | |
Protected Attributes | |
$errorCode | |
Internal exception class.
Will be caught by private code. @newable
Definition at line 25 of file ZipDirectoryReaderError.php.
ZipDirectoryReaderError::__construct | ( | $code | ) |
mixed | $code |
Definition at line 33 of file ZipDirectoryReaderError.php.
ZipDirectoryReaderError::getErrorCode | ( | ) |
Definition at line 41 of file ZipDirectoryReaderError.php.
References $errorCode.
Referenced by ZipDirectoryReader\execute().
|
protected |
Definition at line 26 of file ZipDirectoryReaderError.php.
Referenced by getErrorCode().