cabal-gild-1.0.2.4: Formats package descriptions.
Safe HaskellSafe-Inferred
LanguageHaskell2010

CabalGild.Exception.InvalidMode

Synopsis

Documentation

newtype InvalidMode Source #

This exception is thrown when the given Mode is invalid.

Constructors

InvalidMode String 

fromString :: String -> InvalidMode Source #

Constructs an InvalidMode from the given String.