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