lcly-data-admin/app/Exceptions/QlyException.php

10 lines
105 B
PHP

<?php
namespace App\Exceptions;
use RuntimeException;
class QlyException extends RuntimeException
{
}