3 class HTMLFormFieldRequiredOptionsException
extends MWException
{
4 public function __construct( HTMLFormField
$field, array $missing ) {
5 parent
::__construct( sprintf( "Form type `%s` expected the following parameters to be set: %s",
7 implode( ', ', $missing ) ) );