OpenXE/classes/Components/Sanitizer/Exception/InvalidUrlException.php

10 lines
181 B
PHP
Raw Normal View History

2021-05-21 08:49:41 +02:00
<?php
namespace Xentral\Components\Sanitizer\Exception;
use RuntimeException;
final class InvalidUrlException extends RuntimeException implements SanitizerExceptionInterface
{
}