Files
hocusfokus-web/kirby/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php
Bastian Allgeier 01277f79f2 first version
2019-01-13 23:17:34 +01:00

14 lines
219 B
PHP
Executable File

<?php
namespace TrueBV\Exception;
/**
* Class DomainOutOfBoundsException
* @package TrueBV\Exception
* @author Sebastian Kroczek <sk@xbug.de>
*/
class DomainOutOfBoundsException extends OutOfBoundsException
{
}