10 lines
119 B
PHP
10 lines
119 B
PHP
<?php
|
|
|
|
namespace App\Services\Storage;
|
|
|
|
use RuntimeException;
|
|
|
|
class FileStorageException extends RuntimeException
|
|
{
|
|
}
|