UnsupportedArchiveException

Extends InvalidArgumentException

Exception class defining an unsupported archive adapter

since

2.0.0

package

Joomla Framework

Methods

__construct

Constructor

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

2.0.0-beta2

Arguments

adapterType

stringThe unsupported adapter type.

message

stringThe Exception message to throw.

code

intThe Exception code.

previous

Throwable|nullThe previous throwable used for the exception chaining.

Response

mixed

getUnsupportedAdapterType

Gets the name of the adapter type that was unsupported

getUnsupportedAdapterType() : 
since

2.0.0-beta2

Response

string

Properties

adapterType

The unsupported archive adapter name

since

2.0.0-beta2

Type(s)

string