Files
pyrodactyl/app/Exceptions/AccountNotFoundException.php
2024-01-19 21:39:35 +01:00

8 lines
96 B
PHP

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