OpenXE/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php
2021-05-21 08:49:41 +02:00

14 lines
217 B
PHP

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