Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function is($code)
 {
     // Since we shifted the error code, reverse that here.
     return parent::is($code - self::SHIFT_ERROR_CODE);
 }