nhance_partner_be/app/Services/Storage/FileStorageException.php

10 lines
119 B
PHP

<?php
namespace App\Services\Storage;
use RuntimeException;
class FileStorageException extends RuntimeException
{
}