W3cubDocs

/Symfony 3.0

Symfony\Component\Finder\Exception\AdapterFailureException

class AdapterFailureException extends RuntimeException implements ExceptionInterface

Base exception for all adapter failures.

Methods

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

Details

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

Parameters

AdapterInterface $adapter
string|null $message
Exception $previous

public AdapterInterface getAdapter()

Return Value

AdapterInterface

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Component/Finder/Exception/AdapterFailureException.html