10 lines
137 B
PHP
10 lines
137 B
PHP
<?php
|
|
|
|
namespace App\Shared\Attachable\Exceptions;
|
|
|
|
use RuntimeException;
|
|
|
|
class AttachmentStorageException extends RuntimeException
|
|
{
|
|
}
|