You've already forked symfony-storage
Awesome features (you'll see)
This commit is contained in:
8
StorageBundle/Exceptions/InvalidFileException.php
Normal file
8
StorageBundle/Exceptions/InvalidFileException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Bluesquare\StorageBundle\Exceptions;
|
||||
|
||||
class InvalidFileException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
8
StorageBundle/Exceptions/InvalidStorageConfiguration.php
Normal file
8
StorageBundle/Exceptions/InvalidStorageConfiguration.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Bluesquare\StorageBundle\Exceptions;
|
||||
|
||||
class InvalidStorageConfiguration extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
8
StorageBundle/Exceptions/MimeTypeException.php
Normal file
8
StorageBundle/Exceptions/MimeTypeException.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Bluesquare\StorageBundle\Exceptions;
|
||||
|
||||
class MimeTypeException extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
8
StorageBundle/Exceptions/MissingStorageAnnotation.php
Normal file
8
StorageBundle/Exceptions/MissingStorageAnnotation.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Bluesquare\StorageBundle\Exceptions;
|
||||
|
||||
class MissingStorageAnnotation extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
8
StorageBundle/Exceptions/UnknownStorage.php
Normal file
8
StorageBundle/Exceptions/UnknownStorage.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Bluesquare\StorageBundle\Exceptions;
|
||||
|
||||
class UnknownStorage extends \Exception
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user