X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fhmysql%2FhSql.mli;h=53600b5bf5ca9c90dbfbf21dd37c1b48ad3382a6;hb=cebed8851dcaf8ceeb4e5f74b52705bf0c18a456;hp=23761a2b60f655702fccb10a62f4aa8659e7afab;hpb=ac741958783108ff31552e533c853e85c2ebb1c5;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 *)