mirror of
https://github.com/pterodactyl/panel.git
synced 2026-02-07 00:22:44 -06:00
10 lines
171 B
PHP
10 lines
171 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Exceptions\Service\Egg\Variable;
|
|
|
|
use Pterodactyl\Exceptions\DisplayException;
|
|
|
|
class BadValidationRuleException extends DisplayException
|
|
{
|
|
}
|