Exception: Sashite::Feen::Error::Style

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

Overview

Error raised when SIN (Style Identifier Notation) is invalid.

Indicates problems with style notation, such as:

  • Invalid SIN format

  • Non-letter characters in style identifier

  • Multi-character style identifiers

  • SIN parsing failures

Examples:

Invalid SIN format

raise Error::Style, "invalid SIN notation: '1' (must be a single letter)"

Failed SIN parsing

raise Error::Style, "failed to parse SIN 'XY': too long"