Module: Herb::Errors
- Defined in:
- lib/herb/errors.rb,
ext/herb/error_helpers.c
Overview
: type serialized_error = { | type: String, | location: serialized_location?, | message: String | }
Defined Under Namespace
Classes: ConditionalElementConditionMismatchError, ConditionalElementMultipleTagsError, DotNotationCasingError, ERBCaseWithConditionsError, ERBControlFlowScopeError, ERBMultipleBlocksInTagError, Error, InvalidCommentClosingTagError, MissingAttributeValueError, MissingClosingTagError, MissingERBEndTagError, MissingOpeningTagError, NestedERBTagError, OmittedClosingTagError, RenderAmbiguousLocalsError, RenderConflictingPartialError, RenderInvalidAsOptionError, RenderLayoutWithoutBlockError, RenderMissingLocalsError, RenderNoArgumentsError, RenderObjectAndCollectionError, RubyParseError, StrayERBClosingTagError, StrictLocalsBlockArgumentError, StrictLocalsDuplicateDeclarationError, StrictLocalsMissingParenthesisError, StrictLocalsPositionalArgumentError, StrictLocalsSplatArgumentError, TagNamesMismatchError, UnclosedCloseTagError, UnclosedERBTagError, UnclosedElementError, UnclosedOpenTagError, UnclosedQuoteError, UnexpectedError, UnexpectedTokenError, VoidElementClosingTagError, VoidElementContentError