mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 09:53:44 +02:00
9 lines
97 B
PHP
9 lines
97 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
class AccountNotFoundException extends \Exception
|
|
{
|
|
|
|
}
|