You are here

class NotFoundResourceException in Plug 7

Thrown when a resource does not exist.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of NotFoundResourceException

8 files declare their use of NotFoundResourceException
CsvFileLoader.php in lib/Symfony/translation/Loader/CsvFileLoader.php
FileLoader.php in lib/Symfony/translation/Loader/FileLoader.php
IcuDatFileLoader.php in lib/Symfony/translation/Loader/IcuDatFileLoader.php
IcuResFileLoader.php in lib/Symfony/translation/Loader/IcuResFileLoader.php
LoaderInterface.php in lib/Symfony/translation/Loader/LoaderInterface.php

... See full list

File

lib/Symfony/translation/Exception/NotFoundResourceException.php, line 21

Namespace

Symfony\Component\Translation\Exception
View source
class NotFoundResourceException extends \InvalidArgumentException implements ExceptionInterface {

}

Members