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

Version Path
tabulo-3.0.3 lib/tabulo/exceptions.rb
tabulo-3.0.2 lib/tabulo/exceptions.rb
tabulo-3.0.1 lib/tabulo/exceptions.rb
tabulo-3.0.0 lib/tabulo/exceptions.rb
tabulo-2.8.2 lib/tabulo/exceptions.rb
tabulo-2.8.1 lib/tabulo/exceptions.rb
tabulo-2.8.0 lib/tabulo/exceptions.rb
tabulo-2.7.3 lib/tabulo/exceptions.rb
tabulo-2.7.2 lib/tabulo/exceptions.rb
tabulo-2.7.1 lib/tabulo/exceptions.rb
tabulo-2.7.0 lib/tabulo/exceptions.rb
tabulo-2.6.3 lib/tabulo/exceptions.rb
tabulo-2.6.2 lib/tabulo/exceptions.rb
tabulo-2.6.1 lib/tabulo/exceptions.rb
tabulo-2.6.0 lib/tabulo/exceptions.rb
tabulo-2.5.0 lib/tabulo/exceptions.rb
tabulo-2.4.1 lib/tabulo/exceptions.rb
tabulo-2.4.0 lib/tabulo/exceptions.rb
tabulo-2.3.3 lib/tabulo/exceptions.rb
tabulo-2.3.2 lib/tabulo/exceptions.rb