Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
__construct (string $adapterType, string $message='', int $code=0, ?\Throwable $previous=null) | |
getUnsupportedAdapterType () | |
Attributs protégés | |
$adapterType = '' | |
Exception class defining an unsupported archive adapter
__construct | ( | string | $adapterType, |
string | $message = '' , |
||
int | $code = 0 , |
||
?\Throwable | $previous = null |
||
) |
Constructor
string | $adapterType | The unsupported adapter type. |
string | $message | The Exception message to throw. |
int | $code | The Exception code. |
\Throwable | ?,$previous | The previous throwable used for the exception chaining. |
Références UnsupportedArchiveException\$adapterType, $message, et Symfony\Contracts\Service\__construct().
getUnsupportedAdapterType | ( | ) |
Gets the name of the adapter type that was unsupported
Références UnsupportedArchiveException\$adapterType.
|
protected |