Move Exception closer to EsqueletoError
This commit is contained in:
parent
b7df667d3e
commit
36acb1e1c2
@ -83,6 +83,8 @@ data EsqueletoError =
|
||||
| SqlBinOpCompositeErr SqlBinOpCompositeError
|
||||
deriving (Show)
|
||||
|
||||
instance Exception EsqueletoError
|
||||
|
||||
data CompositeKeyError =
|
||||
NotError
|
||||
| ToInsertionError
|
||||
@ -112,8 +114,6 @@ data SqlBinOpCompositeError =
|
||||
| DeconstructionError
|
||||
deriving (Show)
|
||||
|
||||
instance Exception EsqueletoError
|
||||
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user