MediaWiki REL1_35
ZipDirectoryReaderError Class Reference

Internal exception class. More...

Inheritance diagram for ZipDirectoryReaderError:
Collaboration diagram for ZipDirectoryReaderError:

Public Member Functions

 __construct ( $code)
 Stable to call.
 
 getErrorCode ()
 

Protected Attributes

 $errorCode
 

Detailed Description

Internal exception class.

Will be caught by private code. @newable

Definition at line 25 of file ZipDirectoryReaderError.php.

Constructor & Destructor Documentation

◆ __construct()

ZipDirectoryReaderError::__construct (   $code)

Stable to call.

Parameters
mixed$code

Definition at line 33 of file ZipDirectoryReaderError.php.

Member Function Documentation

◆ getErrorCode()

ZipDirectoryReaderError::getErrorCode ( )
Returns
mixed

Definition at line 41 of file ZipDirectoryReaderError.php.

References $errorCode.

Referenced by ZipDirectoryReader\execute().

Member Data Documentation

◆ $errorCode

ZipDirectoryReaderError::$errorCode
protected

Definition at line 26 of file ZipDirectoryReaderError.php.

Referenced by getErrorCode().


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