AdapterFailureException
class AdapterFailureException extends RuntimeException implements ExceptionInterface
Базовое исключение для всех сбоев адаптера.
Методы
| __construct(AdapterInterface $adapter, string|null $message = null, Exception $previous = null) | ||
| AdapterInterface | getAdapter() |
Подробности
__construct(AdapterInterface $adapter, string|null $message = null, Exception $previous = null)
Параметры
| AdapterInterface | $adapter | |
| string|null | $message | |
| Exception | $previous |
AdapterInterface getAdapter()
Возвращаемое значение
| AdapterInterface |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Finder/Exception/AdapterFailureException.html