Chris@0: Chris@0: * Chris@0: * For the full copyright and license information, please view the LICENSE Chris@0: * file that was distributed with this source code. Chris@0: */ Chris@0: Chris@0: namespace Symfony\Component\Finder\Exception; Chris@0: Chris@0: /** Chris@0: * @author Jean-François Simon Chris@0: * Chris@0: * @deprecated since 3.3, to be removed in 4.0. Chris@0: */ Chris@0: interface ExceptionInterface Chris@0: { Chris@0: /** Chris@0: * @return \Symfony\Component\Finder\Adapter\AdapterInterface Chris@0: */ Chris@0: public function getAdapter(); Chris@0: }