Exception: Chess::InvalidPgnFormatError
- Inherits:
-
StandardError
- Object
- StandardError
- Chess::InvalidPgnFormatError
- Defined in:
- lib/chess/exceptions.rb
Overview
This exception will be raised when a malformed PGN file is loaded.
Instance Method Summary collapse
-
#initialize ⇒ InvalidPgnFormatError
constructor
A new instance of InvalidPgnFormatError.
Constructor Details
#initialize ⇒ InvalidPgnFormatError
Returns a new instance of InvalidPgnFormatError.
13 14 15 |
# File 'lib/chess/exceptions.rb', line 13 def initialize super('Invalid PGN format') end |