/**
  * @return ErrorEvent
  */
 public function getErrorEvent()
 {
     return new ErrorEvent(ErrorEnum::ERROR403());
 }