Exception: Sashite::Feen::Error::Syntax

Inherits:
Sashite::Feen::Error show all
Defined in:
lib/sashite/feen/error.rb

Overview

Error raised when FEEN structure is malformed.

Indicates problems with the overall FEEN format, such as:

  • Missing or incorrect number of fields

  • Missing required separators

  • Empty fields where content is required

  • Invalid field structure

Examples:

Missing field separator

raise Error::Syntax, "FEEN must have exactly 3 space-separated fields"

Empty required field

raise Error::Syntax, "active style cannot be empty"