Rename msg to fatalErrorMessage. (#34)
This is to free up `msg` as a variable name.
This commit is contained in:
committed by
Stephen Diehl
parent
d0e81532af
commit
51fdf38c71
+1
-1
@@ -12,7 +12,7 @@ import Data.Typeable (Typeable)
|
||||
import Control.Exception as X
|
||||
|
||||
-- | Uncatchable exceptions thrown and never caught.
|
||||
data FatalError = FatalError { msg :: Text }
|
||||
data FatalError = FatalError { fatalErrorMessage :: Text }
|
||||
deriving (Show, Typeable)
|
||||
|
||||
instance Exception FatalError
|
||||
|
||||
Reference in New Issue
Block a user