mirror of
https://github.com/pterodactyl/panel.git
synced 2026-02-04 10:12:22 -06:00
8 lines
96 B
PHP
8 lines
96 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
class AccountNotFoundException extends \Exception
|
|
{
|
|
}
|