MediaWiki  1.23.2
ZipDirectoryReaderError Class Reference

Internal exception class. More...

Inheritance diagram for ZipDirectoryReaderError:
Collaboration diagram for ZipDirectoryReaderError:

Public Member Functions

 __construct ( $code)
 
 getErrorCode ()
 

Protected Attributes

 $errorCode
 

Detailed Description

Internal exception class.

Will be caught by private code.

Definition at line 706 of file ZipDirectoryReader.php.

Constructor & Destructor Documentation

◆ __construct()

ZipDirectoryReaderError::__construct (   $code)

Definition at line 709 of file ZipDirectoryReader.php.

Member Function Documentation

◆ getErrorCode()

ZipDirectoryReaderError::getErrorCode ( )
Returns
mixed

Definition at line 717 of file ZipDirectoryReader.php.

References $errorCode.

Member Data Documentation

◆ $errorCode

ZipDirectoryReaderError::$errorCode
protected

Definition at line 707 of file ZipDirectoryReader.php.

Referenced by getErrorCode().


The documentation for this class was generated from the following file: