Sha256: 326263796bef315a39dca90588a90d4bcd2e66ac8023862eb31ade9ba5aea980
Contents?: true
Size: 147 Bytes
Versions: 2
Compression:
Stored size: 147 Bytes
Contents
module Toothpick module Errors class ToothpickError < StandardError; end; class ToothpickNotInitialized < ToothpickError; end; end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
toothpick-0.0.2 | lib/toothpick/errors.rb |
toothpick-0.0.1 | lib/toothpick/errors.rb |