pm-convert/src/Exceptions/EmptyHttpVerbException.php

12 lines
135 B
PHP

<?php
declare(strict_types=1);
namespace PmConverter\Exceptions;
use Exception;
class EmptyHttpVerbException extends Exception
{
}