misc_pterodactyl-panel/app/Exceptions/AccountNotFoundException.php

10 lines
111 B
PHP
Raw Normal View History

<?php
2016-12-07 22:46:38 +00:00
namespace Pterodactyl\Exceptions;
2019-09-06 04:32:57 +00:00
use Exception;
class AccountNotFoundException extends Exception
{
}