pm-convert/src/Exceptions/EmptyURLException.php

12 lines
130 B
PHP

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