Sha256: 806dd4b3cf2fa9cfe852fbdaabf1c537f2a04439acae640c615b164815f2618b
Contents?: true
Size: 159 Bytes
Versions: 3
Compression:
Stored size: 159 Bytes
Contents
# frozen_string_literal: true module Shiyo module Error class ShiyoError < StandardError; end class IncompatibleObject < ShiyoError; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shiyo-0.1.2 | lib/shiyo/error.rb |
shiyo-0.1.1 | lib/shiyo/error.rb |
shiyo-0.1.0 | lib/shiyo/error.rb |