shopit-back/app/Domains/Attachable/Exceptions/AttachmentStorageException.php

10 lines
138 B
PHP

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