Files
panel-pelican-dev/app/Exceptions/Service/Egg/Variable/ReservedVariableNameException.php

10 lines
158 B
PHP
Raw Normal View History

<?php
2024-03-12 22:39:16 -04:00
namespace App\Exceptions\Service\Egg\Variable;
2024-03-12 22:39:16 -04:00
use App\Exceptions\DisplayException;
class ReservedVariableNameException extends DisplayException
{
}