Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace Mautic\ReportBundle\Exception;
|
||||
|
||||
class FileIOException extends \Exception
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Mautic\ReportBundle\Exception;
|
||||
|
||||
class FileTooBigException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user