docs depage-forms
Toggle main menu visibility
Getting Started
Introduction
Validation
HtmlForm
HtmlForm Class
Available Input Elements
Available Input Parameters
Examples
Classes
Exceptions
ElementException.php
Go to the documentation of this file.
1
<?php
10
namespace
Depage\HtmlForm\Exceptions
;
11
15
class
ElementException
extends
\Exception
16
{
17
}
Depage\HtmlForm\Exceptions\ElementException
parent for element specific exceptions
Definition
ElementException.php:16
Depage\HtmlForm\Exceptions
HtmlForm exceptions.
Definition
DuplicateElementNameException.php:10