Sha256: dcba806a96978c91d5f50f0613886f233db6d2f5b6112b55baba9a98b9417ead

Contents?: true

Size: 306 Bytes

Versions: 1

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

1 entries across 1 versions & 1 rubygems

Version Path
SgfParser-2.0.0 lib/sgf/error.rb