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

10 lines
107 B
PHP

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