clrghouz/app/Classes/BBS/Exceptions/ParentNotFoundException.php

9 lines
113 B
PHP
Raw Normal View History

2023-08-10 02:17:01 +00:00
<?php
namespace App\Classes\BBS\Exceptions;
use Exception;
class ParentNotFoundException extends Exception
{
}