UnsupportedArchiveException
Extends InvalidArgumentExceptionException class defining an unsupported archive adapter
since |
2.0.0 |
---|---|
package |
Joomla Framework |
Methods
__construct
Constructor
__construct(string adapterType, string message = '', int code, ?\Throwable previous = null) : mixed
since |
2.0.0-beta2 |
---|
Arguments
- adapterType
string
The unsupported adapter type.- message
string
The Exception message to throw.- code
int
The Exception code.- previous
?\Throwable
The previous throwable used for the exception chaining.
Response
mixed
getUnsupportedAdapterType
Gets the name of the adapter type that was unsupported
getUnsupportedAdapterType() : string
since |
2.0.0-beta2 |
---|
Response
string
Properties
adapterType
The unsupported archive adapter name
since |
2.0.0-beta2 |
---|
Type(s)
string