namespace Symfony\Component\Filesystem\Exception
Object name | File name | Summary |
---|---|---|
ExceptionInterface | vendor/symfony/filesystem/Exception/ExceptionInterface.php | Exception interface for all exceptions thrown by the component. |
FileNotFoundException | vendor/symfony/filesystem/Exception/FileNotFoundException.php | Exception class thrown when a file couldn't be found. |
InvalidArgumentException | vendor/symfony/filesystem/Exception/InvalidArgumentException.php | @author Christian Flothmann <christian.flothmann@sensiolabs.de> |
IOException | vendor/symfony/filesystem/Exception/IOException.php | Exception class thrown when a filesystem operation failure happens. |
IOExceptionInterface | vendor/symfony/filesystem/Exception/IOExceptionInterface.php | IOException interface for file and input/output stream related exceptions thrown by the component. |
RuntimeException | vendor/symfony/filesystem/Exception/RuntimeException.php | @author Théo Fidry <theo.fidry@gmail.com> |