Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Database.PostgreSQL.Replicant.Exception
Documentation
newtype ReplicantException Source #
Constructors
ReplicantException String |
Instances
Show ReplicantException Source # | |
Defined in Database.PostgreSQL.Replicant.Exception Methods showsPrec :: Int -> ReplicantException -> ShowS # show :: ReplicantException -> String # showList :: [ReplicantException] -> ShowS # | |
Exception ReplicantException Source # | |
Defined in Database.PostgreSQL.Replicant.Exception Methods toException :: ReplicantException -> SomeException # fromException :: SomeException -> Maybe ReplicantException # |