Files
symfony_example_app/src/Service/Remote/Edge/Exceptions/MissingParameterException.php

10 lines
142 B
PHP

<?php
declare(strict_types=1);
namespace App\Service\Remote\Edge\Exceptions;
class MissingParameterException extends \RuntimeException
{
}