MediaWiki master
|
Internal exception class. More...
Inherits Exception.
Public Member Functions | |
__construct ( $code) | |
getErrorCode () | |
Protected Attributes | |
string | $errorCode |
Internal exception class.
Will be caught by private code.
Definition at line 30 of file ZipDirectoryReaderError.php.
Wikimedia\Mime\ZipDirectoryReaderError::__construct | ( | $code | ) |
string | $code |
Definition at line 39 of file ZipDirectoryReaderError.php.
Wikimedia\Mime\ZipDirectoryReaderError::getErrorCode | ( | ) |
Definition at line 47 of file ZipDirectoryReaderError.php.
References Wikimedia\Mime\ZipDirectoryReaderError\$errorCode.
|
protected |
Definition at line 32 of file ZipDirectoryReaderError.php.
Referenced by Wikimedia\Mime\ZipDirectoryReaderError\getErrorCode().