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