Exception: Sashite::Stn::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sashite/stn/error.rb

Overview

Base error namespace for STN.

Usage patterns:

rescue Sashite::Stn::Error => e
rescue Sashite::Stn::Error::Validation
rescue Sashite::Stn::Error::Coordinate, Sashite::Stn::Error::Piece

Direct Known Subclasses

Validation

Defined Under Namespace

Classes: Coordinate, Delta, Piece, Validation