PteroTheme/app/Exceptions/Service/Egg/BadYamlFormatException.php

10 lines
158 B
PHP

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