setException method
التقاط الخطأ
Implementation
void setException(RocketException _response) {
exception = _response;
callListener(rebuild);
}
التقاط الخطأ
void setException(RocketException _response) {
exception = _response;
callListener(rebuild);
}