clrghouz/app/Classes/BBS/Exceptions/ParentNotFoundException.php
2023-09-13 20:59:40 +10:00

9 lines
113 B
PHP

<?php
namespace App\Classes\BBS\Exceptions;
use Exception;
class ParentNotFoundException extends Exception
{
}