Example #1
0
 protected boolean isException(Response rspns) {
   return !rspns.isOK();
 }