Sha256: 2fed148c6ad7f90401b60d8f195123f0acbe61d739332617027e341ca86119ac
Contents?: true
Size: 411 Bytes
Versions: 28
Compression:
Stored size: 411 Bytes
Contents
module Tabulo # Error indicating that the label of a column is invalid. class InvalidColumnLabelError < StandardError; end # Error indicating that an attempt was made to use an invalid truncation indicator for # the table. class InvalidTruncationIndicatorError < StandardError; end # Error indicating the table border configuration is invalid. class InvalidBorderError < StandardError; end end
Version data entries
28 entries across 28 versions & 1 rubygems