PteroTheme/app/Exceptions/PterodactylException.php

8 lines
92 B
PHP

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