Exemplo n.º 1
0
 /**
  * Constructs the object.
  *
  * @param string $message The Message
  * @param string $formName The form name
  * @return null
  */
 public function __construct($message, $formName)
 {
     $this->formName = $formName;
     parent::__construct($message);
 }