1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/app/Exceptions/DisplayValidationException.php

9 lines
105 B
PHP
Raw Normal View History

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