Sha256: e7f11dcae9ea4fb15e4330960c6ad140fecb81dfe1e9b91cbd4100c64c98d66b
Contents?: true
Size: 304 Bytes
Versions: 2
Compression:
Stored size: 304 Bytes
Contents
module Liquor class Error < ::StandardError; end class ArgumentError < Error; end class ContextError < Error; end class FilterNotFound < Error; end class FileSystemError < Error; end class StandardError < Error; end class SyntaxError < Error; end class StackLevelError < Error; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
liquor-0.1.1 | lib/liquor/errors.rb |
liquor-0.1.0 | lib/liquor/errors.rb |