pelican-panel-mirror/app/Exceptions/AccountNotFoundException.php
2024-03-12 22:39:16 -04:00

8 lines
88 B
PHP

<?php
namespace App\Exceptions;
class AccountNotFoundException extends \Exception
{
}