Пример #1
0
 /**
  * Getting array of errors with the necessary code.
  * @param string $code Code of error.
  * @return Error[]
  */
 public function getErrorsByCode($code)
 {
     return $this->errorCollection->getErrorsByCode($code);
 }