Example #1
0
 public function checkRequirements($element)
 {
     try {
         parent::checkRequirements($element);
     } catch (Nette\Application\BadRequestException $ex) {
     }
 }