mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
10 lines
111 B
PHP
10 lines
111 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class AccountNotFoundException extends Exception
|
|
{
|
|
}
|