コード例 #1
0
 MailClient.WireError lastError() {
   return errorStack.peek() != null ? errorStack.pop() : null;
 }