123456789101112131415161718192021222324 |
- <?php
- namespace Symfony\Component\Finder\Exception;
- @trigger_error('The '.__NAMESPACE__.'\OperationNotPermitedException class is deprecated since Symfony 2.8 and will be removed in 3.0.', E_USER_DEPRECATED);
- class OperationNotPermitedException extends AdapterFailureException
- {
- }
|