浏览代码

*** empty log message ***

Pascal Peridont 19 年之前
父节点
当前提交
f7ef0f117d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      std/mtwin/mail/Exception.hx

+ 2 - 1
std/mtwin/mail/Exception.hx

@@ -35,7 +35,8 @@ enum Exception {
 
 	UnknowResponse(r:String);
 	BadResponse(r:String);
-	ImapFetchError(id:Int);
+	ImapFetchError;
 
 	ParseError(s:String);
+	NoSelect;
 }