public FormAjaxException::__construct(array $form, FormStateInterface $form_state, $message = "", $code = 0, \Exception $previous = NULL)
Constructs a FormAjaxException object.
Parameters
array $form: The form definition.
\Drupal\Core\Form\FormStateInterface $form_state: The form state.
string $message: (optional) The exception message.
int $code: (optional) A user defined exception code.
\Exception $previous: (optional) The previous exception for nested exceptions.
File
core/lib/Drupal/Core/F