Files
shopit-back/app/Shared/Attachable/Exceptions/AttachmentStorageException.php

10 lines
137 B
PHP

<?php
namespace App\Shared\Attachable\Exceptions;
use RuntimeException;
class AttachmentStorageException extends RuntimeException
{
}