1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/app/Exceptions/AccountNotFoundException.php

9 lines
97 B
PHP
Raw Normal View History

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