UnsupportedArchiveException

扩展自 InvalidArgumentException

定义不支持的归档适配器的异常类

2.0.0

Joomla 框架

方法

__construct

构造函数

__construct( adapterType,  message = '',  code, \Throwable previous = null) : 

2.0.0-beta2

参数

adapterType

string不支持的适配器类型。

message

string要抛出的异常消息。

code

int异常代码。

previous

Throwable|null用于异常链的先前可抛出对象。

返回值

混合

getUnsupportedAdapterType

获取不支持的适配器类型的名称

getUnsupportedAdapterType() : 

2.0.0-beta2

返回值

字符串

属性

adapterType

不支持的归档适配器名称

2.0.0-beta2

类型(s)

字符串