depage-forms
v1.4.1
html forms made easy
Loading...
Searching...
No Matches
UndefinedMethodException.php
Go to the documentation of this file.
1
<?php
2
10
11
namespace
Depage\HtmlForm\Exceptions;
12
16
class
UndefinedMethodException
extends
ElementException
17
{
18
public
function
__construct
($name)
19
{
20
parent::__construct(
"Call to undefined method '$name'."
);
21
}
22
}
Depage\HtmlForm\Exceptions\ElementException
parent for element specific exceptions
Definition
ElementException.php:18
Depage\HtmlForm\Exceptions\UndefinedMethodException
thrown when attemting to instantiate an inexistent element class
Definition
UndefinedMethodException.php:17
Depage\HtmlForm\Exceptions\UndefinedMethodException\__construct
__construct($name)
Definition
UndefinedMethodException.php:18
Exceptions
UndefinedMethodException.php
Generated on
for depage-forms by
doxygen
1.14.0
For an overview of all docs, go to
docs.depage.net