1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00
Pterodactyl-Panel/app/Exceptions/AccountNotFoundException.php
2023-02-23 12:30:16 -07:00

8 lines
96 B
PHP

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