Exception: Sashite::Pmn::Error

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

Overview

Base error namespace for PMN.

Usage patterns:

rescue Sashite::Pmn::Error => e
rescue Sashite::Pmn::Error::Move
rescue Sashite::Pmn::Error::Location, Sashite::Pmn::Error::Piece

Direct Known Subclasses

Action, Move

Defined Under Namespace

Classes: Action, Location, Move, Piece