misc_pterodactyl-panel/app/Exceptions/AccountNotFoundException.php

8 lines
96 B
PHP
Raw Normal View History

<?php
2016-12-07 22:46:38 +00:00
namespace Pterodactyl\Exceptions;
2022-11-29 17:53:59 +00:00
class AccountNotFoundException extends \Exception
{
}