failWithError_ method

void failWithError_(
  1. NSError error
)

Implementation

void failWithError_(NSError error) {
  _lib._objc_msgSend_319(_id, _lib._sel_failWithError_1, error._id);
}