mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-05-03 05:06:05 +02:00
1489f7a694
PufferPanel v0.9 (Laravel) is now Pterodactyl 1.0
9 lines
97 B
PHP
9 lines
97 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
class AccountNotFoundException extends \Exception
|
|
{
|
|
|
|
}
|