PluginProbe
Happyforms – Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms / trunk
Happyforms – Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms vtrunk
1.26.15 trunk 1.0 1.10.0 1.11.0 1.11.1 1.12.0 1.12.1 1.12.10 1.12.11 1.12.12 1.12.2 1.12.3 1.12.4 1.12.5 1.12.6 1.12.7 1.12.8 1.12.9 1.13.0 1.13.1 1.13.10 1.13.11 1.13.12 1.13.2 All 194 releases
happyforms / core / lib / php-punycode / src / Exception / DomainOutOfBoundsException.php

DomainOutOfBoundsException.php in Happyforms – Form Builder for WordPress: Drag & Drop Contact Forms, Surveys, Payments & Multipurpose Forms trunk, at core/lib/php-punycode/src/Exception/DomainOutOfBoundsException.php

14 lines 219 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace TrueBV\Exception;
4
5 /**
6 * Class DomainOutOfBoundsException
7 * @package TrueBV\Exception
8 * @author Sebastian Kroczek <sk@xbug.de>
9 */
10 class DomainOutOfBoundsException extends OutOfBoundsException
11 {
12
13 }
14