Z-Botan-0.4.0.0: Crypto for Haskell
Copyright(c) Dong Han 2020 - 2021
LicenseBSD
Maintainerwinterland1989@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Z.Botan.Exception

Description

Provides botan exception hierarchy.

Synopsis

Botan exceptions

data SomeBotanException Source #

The root type of all botan exceptions, you can catch all botan exception by catching this root type.

Constructors

forall e.Exception e => SomeBotanException e 

Concrete botan exception types

data BadMac Source #

Constructors

BadMac CInt CallStack 

Instances

Instances details
Show BadMac Source # 
Instance details

Defined in Z.Botan.Exception

Exception BadMac Source # 
Instance details

Defined in Z.Botan.Exception

data BadFlag Source #

Constructors

BadFlag CInt CallStack 

Instances

Instances details
Show BadFlag Source # 
Instance details

Defined in Z.Botan.Exception

Exception BadFlag Source # 
Instance details

Defined in Z.Botan.Exception

Throw botan exceptions

re-export