setException method

void setException(
  1. RocketException _response
)

التقاط الخطأ

Implementation

void setException(RocketException _response) {
  exception = _response;
  callListener(rebuild);
}