mirror of
https://github.com/pterodactyl/panel.git
synced 2026-03-15 11:32:06 -05:00
8 lines
92 B
PHP
8 lines
92 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions;
|
|
|
|
class PterodactylException extends \Exception
|
|
{
|
|
}
|