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