Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Signet.Unstable.Exception.InvalidSecretKey
Documentation
newtype InvalidSecretKey Source #
Constructors
MkInvalidSecretKey ByteString |
Instances
Exception InvalidSecretKey Source # | |
Defined in Signet.Unstable.Exception.InvalidSecretKey Methods toException :: InvalidSecretKey -> SomeException # fromException :: SomeException -> Maybe InvalidSecretKey # | |
Show InvalidSecretKey Source # | |
Defined in Signet.Unstable.Exception.InvalidSecretKey Methods showsPrec :: Int -> InvalidSecretKey -> ShowS # show :: InvalidSecretKey -> String # showList :: [InvalidSecretKey] -> ShowS # | |
Eq InvalidSecretKey Source # | |
Defined in Signet.Unstable.Exception.InvalidSecretKey Methods (==) :: InvalidSecretKey -> InvalidSecretKey -> Bool # (/=) :: InvalidSecretKey -> InvalidSecretKey -> Bool # |
unwrap :: InvalidSecretKey -> ByteString Source #