Sha256: bdf8a2159d913709e08eba534c42b4e07ad65779030ef69d7c5133e5813bf730

Contents?: true

Size: 256 Bytes

Versions: 6

Compression:

Stored size: 256 Bytes

Contents

module Chalk::Log
  # Base error class
  class Error < StandardError; end
  # Thrown when you call a layout with the wrong arguments. (It gets
  # swallowed and printed by the fault handling in layout.rb, though.)
  class InvalidArguments < Error; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
chalk-log-0.1.7 lib/chalk-log/errors.rb
chalk-log-0.1.6 lib/chalk-log/errors.rb
chalk-log-0.1.5 lib/chalk-log/errors.rb
chalk-log-0.1.4 lib/chalk-log/errors.rb
chalk-log-0.1.3 lib/chalk-log/errors.rb
chalk-log-0.1.2 lib/chalk-log/errors.rb