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