MediaWiki master
ZipDirectoryReaderError Class Reference

Internal exception class. More...

Inherits Exception.

Collaboration diagram for ZipDirectoryReaderError:

Public Member Functions

 __construct ( $code)
 
 getErrorCode ()
 

Protected Attributes

 $errorCode
 

Detailed Description

Internal exception class.

Will be caught by private code.

Stability: newable

Definition at line 25 of file ZipDirectoryReaderError.php.

Constructor & Destructor Documentation

◆ __construct()

ZipDirectoryReaderError::__construct ( $code)
Stability: 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.

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: