UnsupportedArchiveException

Extends InvalidArgumentException

Exception 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

stringThe unsupported adapter type.

message

stringThe Exception message to throw.

code

intThe Exception code.

previous

?\ThrowableThe 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