errorCode = $code; parent::__construct( "ZipDirectoryReader error: $code" ); } /** * @return mixed */ function getErrorCode() { return $this->errorCode; } }