Sha256: ff41afb1f132980e6be1c369edadea8962768b739c299ab204644cb8e6e06bd2

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

module SGF
  class MalformedDataError < StandardError
    # error raised by parser
  end
  class FormatNotSpecifiedWarning < StandardError
    # Warning if FF is not in first node
  end

  class NoIdentityError < StandardError
    # Error if the user tries to read an identity that doesn't exist
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
SgfParser-3.0.1 lib/sgf/error.rb
SgfParser-3.0.0 lib/sgf/error.rb