X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fhmysql%2FhSql.mli;h=53600b5bf5ca9c90dbfbf21dd37c1b48ad3382a6;hb=31d99ae9216eeadfefd74202452748251d4ec275;hp=23761a2b60f655702fccb10a62f4aa8659e7afab;hpb=b109559ac6795075508fd5c231a1bf2a3223031a;p=helm.git diff --git a/helm/software/components/hmysql/hSql.mli b/helm/software/components/hmysql/hSql.mli index 23761a2b6..53600b5bf 100644 --- a/helm/software/components/hmysql/hSql.mli +++ b/helm/software/components/hmysql/hSql.mli @@ -43,7 +43,7 @@ type error_code = | No_such_index | Bad_table_error | GENERIC_ERROR of string -exception Error +exception Error of string (* the exceptions raised are from the Mysql module *)