Example: More...
Example:
$form->import($request->getGet());
if ($form->getErrors()) throw new BadRequestException('wrong arguments passed');
Use this exception instead of View('error')
Definition at line 22 of file BadRequestException.class.php.