| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Hinit.Errors
Documentation
data ExprParseError Source #
Constructors
| ExprParseError | |
Fields
| |
Instances
data ConfigParseError Source #
Constructors
| ConfigParseError | |
Fields
| |
Instances
data MustacheError Source #
Constructors
| forall a. RenderingError (Path Rel a) Bool [SubstitutionError] | |
| forall a. TemplateParseError (Path Rel a) Bool Text |
Instances
| Show MustacheError Source # | |
Defined in Hinit.Errors Methods showsPrec :: Int -> MustacheError -> ShowS # show :: MustacheError -> String # showList :: [MustacheError] -> ShowS # | |
| Exception MustacheError Source # | |
Defined in Hinit.Errors Methods toException :: MustacheError -> SomeException # fromException :: SomeException -> Maybe MustacheError # displayException :: MustacheError -> String # | |
| Pretty MustacheError Source # | |
Defined in Hinit.Errors | |
data IllformedPath Source #
Constructors
| TemplateName Text | |
| ProjectName Text | |
| forall a. TemplateFile (Path Rel a) Text |
Instances
| Show IllformedPath Source # | |
Defined in Hinit.Errors Methods showsPrec :: Int -> IllformedPath -> ShowS # show :: IllformedPath -> String # showList :: [IllformedPath] -> ShowS # | |
| Exception IllformedPath Source # | |
Defined in Hinit.Errors Methods toException :: IllformedPath -> SomeException # fromException :: SomeException -> Maybe IllformedPath # displayException :: IllformedPath -> String # | |
| Pretty IllformedPath Source # | |
Defined in Hinit.Errors | |
newtype TemplateNotFound Source #
Constructors
| TemplateNotFound Text |
Instances
newtype ProjectAlreadExist Source #
Constructors
| ProjectAlreadExist Text |
Instances
newtype VcsCmdNotFound Source #
Constructors
| VcsCmdNotFound VCS |
Instances
data ProcessExitFailure Source #
Constructors
| ProcessExitFailure CmdSpec Int String String |