MediaWiki  1.27.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 723 of file ZipDirectoryReader.php.

Constructor & Destructor Documentation

ZipDirectoryReaderError::__construct (   $code)

Definition at line 726 of file ZipDirectoryReader.php.

References $code.

Member Function Documentation

ZipDirectoryReaderError::getErrorCode ( )
Returns
mixed

Definition at line 734 of file ZipDirectoryReader.php.

References $errorCode.

Referenced by ZipDirectoryReader\execute().

Member Data Documentation

ZipDirectoryReaderError::$errorCode
protected

Definition at line 724 of file ZipDirectoryReader.php.

Referenced by getErrorCode().


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