misc_pterodactyl-panel/app/Exceptions/AccountNotFoundException.php
2023-02-23 12:30:16 -07:00

7 lines
96 B
PHP

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