first version
This commit is contained in:
13
kirby/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php
vendored
Executable file
13
kirby/vendor/true/punycode/src/Exception/DomainOutOfBoundsException.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace TrueBV\Exception;
|
||||
|
||||
/**
|
||||
* Class DomainOutOfBoundsException
|
||||
* @package TrueBV\Exception
|
||||
* @author Sebastian Kroczek <sk@xbug.de>
|
||||
*/
|
||||
class DomainOutOfBoundsException extends OutOfBoundsException
|
||||
{
|
||||
|
||||
}
|
13
kirby/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php
vendored
Executable file
13
kirby/vendor/true/punycode/src/Exception/LabelOutOfBoundsException.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace TrueBV\Exception;
|
||||
|
||||
/**
|
||||
* Class LabelOutOfBoundsException
|
||||
* @package TrueBV\Exception
|
||||
* @author Sebastian Kroczek <sk@xbug.de>
|
||||
*/
|
||||
class LabelOutOfBoundsException extends OutOfBoundsException
|
||||
{
|
||||
|
||||
}
|
13
kirby/vendor/true/punycode/src/Exception/OutOfBoundsException.php
vendored
Executable file
13
kirby/vendor/true/punycode/src/Exception/OutOfBoundsException.php
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace TrueBV\Exception;
|
||||
|
||||
/**
|
||||
* Class OutOfBoundsException
|
||||
* @package TrueBV\Exception
|
||||
* @author Sebastian Kroczek <sk@xbug.de>
|
||||
*/
|
||||
class OutOfBoundsException extends \RuntimeException
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user