|
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 16 of file ZipDirectoryReaderError.php.
| Wikimedia\Mime\ZipDirectoryReaderError::__construct | ( | $code | ) |
| string | $code |
Definition at line 25 of file ZipDirectoryReaderError.php.
| Wikimedia\Mime\ZipDirectoryReaderError::getErrorCode | ( | ) |
Definition at line 33 of file ZipDirectoryReaderError.php.
References Wikimedia\Mime\ZipDirectoryReaderError\$errorCode.
|
protected |
Definition at line 18 of file ZipDirectoryReaderError.php.
Referenced by Wikimedia\Mime\ZipDirectoryReaderError\getErrorCode().