UnknownElementTypeException.php
Go to the documentation of this file.
1<?php
11
16{
17 public function __construct($type)
18 {
19 parent::__construct("Unknown element type '$type'.");
20 }
21}
parent for element specific exceptions
thrown when attemting to instantiate an inexistent element class