PteroTheme/app/Exceptions/AccountNotFoundException.php

9 lines
97 B
PHP

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