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;
2023-02-23 12:30:16 -07:00
class AccountNotFoundException extends \Exception
{
}