示例#1
0
 /**
  * Is the response a not found error?
  *
  * @return bool
  *
  * @api
  */
 public function isNotFound()
 {
     return parent::isNotFound();
 }