Sha256: 278c3dc855a7ff06f069c65d12e271e71e244894dc6abf9e9d65c46fe77d41c1
Contents?: true
Size: 135 Bytes
Versions: 4
Compression:
Stored size: 135 Bytes
Contents
module Bukin class BukinError < StandardError; end class BukfileError < BukinError; end class InstallError < BukinError; end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bukin-0.6.0 | lib/bukin/exceptions.rb |
bukin-0.5.0 | lib/bukin/exceptions.rb |
bukin-0.4.0 | lib/bukin/exceptions.rb |
bukin-0.3.0 | lib/bukin/exceptions.rb |