PteroTheme/app/Exceptions/PterodactylException.php

10 lines
107 B
PHP

<?php
namespace Pterodactyl\Exceptions;
use Exception;
class PterodactylException extends Exception
{
}