mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01: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
|
|
{
|
|
|
|
}
|