MediaWiki
1.42.1
ZipDirectoryReaderError.php
Go to the documentation of this file.
1
<?php
25
class
ZipDirectoryReaderError
extends
Exception {
26
protected
$errorCode
;
27
33
public
function
__construct
( $code ) {
34
$this->errorCode = $code;
35
parent::__construct(
"ZipDirectoryReader error: $code"
);
36
}
37
41
public
function
getErrorCode
() {
42
return
$this->errorCode
;
43
}
44
}
ZipDirectoryReaderError
Internal exception class.
Definition
ZipDirectoryReaderError.php:25
ZipDirectoryReaderError\$errorCode
$errorCode
Definition
ZipDirectoryReaderError.php:26
ZipDirectoryReaderError\getErrorCode
getErrorCode()
Definition
ZipDirectoryReaderError.php:41
ZipDirectoryReaderError\__construct
__construct( $code)
Definition
ZipDirectoryReaderError.php:33
includes
utils
ZipDirectoryReaderError.php
Generated on Thu Jun 27 2024 16:01:39 for MediaWiki by
1.10.0