Skip to content

Commit

Permalink
Add missing Errors module
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed Jul 9, 2023
1 parent 44c683e commit 4996dbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Graphics/Seangine/Types/Errors.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module Graphics.Seangine.Types.Errors (Errors (..)) where

data Errors
= WindowSystemFailure
| ImpossibleError
deriving (Eq, Show)

instance Exception Errors

0 comments on commit 4996dbd

Please sign in to comment.