rattletrap-14.1.4: src/lib/Rattletrap/Exception/InvalidComponent.hs
module Rattletrap.Exception.InvalidComponent where import qualified Control.Exception as Exception newtype InvalidComponent = InvalidComponent Word deriving (Eq, Show) instance Exception.Exception InvalidComponent