You are here

interface ExceptionInterface in Database Sanitize 7

Same name in this branch
  1. 7 vendor/symfony/finder/Exception/ExceptionInterface.php \Symfony\Component\Finder\Exception\ExceptionInterface
  2. 7 vendor/symfony/yaml/Exception/ExceptionInterface.php \Symfony\Component\Yaml\Exception\ExceptionInterface

@author Jean-François Simon <contact@jfsimon.fr>

Hierarchy

Expanded class hierarchy of ExceptionInterface

All classes that implement ExceptionInterface

Deprecated

since 3.3, to be removed in 4.0.

File

vendor/symfony/finder/Exception/ExceptionInterface.php, line 19

Namespace

Symfony\Component\Finder\Exception
View source
interface ExceptionInterface {

  /**
   * @return \Symfony\Component\Finder\Adapter\AdapterInterface
   */
  public function getAdapter();

}

Members