packages feed

Hastructure-0.45.0: src/Errors.hs

{-# LANGUAGE ScopedTypeVariables #-}


module Errors(EngineError(..))
 where




data EngineError = DivideZero 
                 | NoComponentFound
                 | NotValidAction
                 deriving (Show,Eq,Ord,Read)