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
11namespace Depage\HtmlForm\Exceptions;
12
17{
18 public function __construct($name)
19 {
20 parent::__construct("Call to undefined method '$name'.");
21 }
22}
parent for element specific exceptions
thrown when attemting to instantiate an inexistent element class