b96c2d16ee
closes #988
9 lines
171 B
PHP
9 lines
171 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Egg\Variable;
|
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
|
|
|
class BadValidationRuleException extends DisplayException
|
|
{
|
|
}
|