class AdapterFailureException extends RuntimeException implements ExceptionInterface

deprecated since 2.8, to be removed in 3.0.

Base exception for all adapter failures.

Methods

__construct(AdapterInterface $adapter, string|null $message = null, Exception $previous = null)

No description

getAdapter()

No description

Details

at line line 37
__construct(AdapterInterface $adapter, string|null $message = null, Exception $previous = null)

Parameters

AdapterInterface $adapter
string|null $message
Exception $previous

at line line 46
AdapterInterface getAdapter()

Return Value

AdapterInterface