misc_pterodactyl-panel/app/Exceptions/Service/Egg/BadJsonFormatException.php

9 lines
158 B
PHP

<?php
namespace Pterodactyl\Exceptions\Service\Egg;
use Pterodactyl\Exceptions\DisplayException;
class BadJsonFormatException extends DisplayException
{
}