Skip to content
Snippets Groups Projects
Commit bca39f5c authored by Iustin Pop's avatar Iustin Pop
Browse files

Fix X509CertError definition in Haskell codebase


Thanks Dato for catching this.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 66ad857a
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,8 @@ $(genException "GanetiException"
, ("UnitParseError", [excErrMsg])
, ("ParseError", [excErrMsg])
, ("TypeEnforcementError", [excErrMsg])
, ("X509CertError", [excErrMsg])
, ("X509CertError", [ ("certFileName", [t| String |])
, excErrMsg ])
, ("TagError", [excErrMsg])
, ("CommandError", [excErrMsg])
, ("StorageError", [excErrMsg])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment