symfony-storage/StorageBundle/Exceptions/InvalidFileException.php

8 lines
105 B
PHP
Raw Permalink Normal View History

2019-02-21 12:28:32 +01:00
<?php
namespace Bluesquare\StorageBundle\Exceptions;
class InvalidFileException extends \Exception
{
}