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