pm-convert/src/Exceptions/InvalidHttpVersionException...

12 lines
140 B
PHP

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