Sha256: 252cd52538501dce5df75c7c1c870f5218b735ad9f47e846fbcaa8acc840ec3f

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

module Legion
  module Exception
    module WrongType
      # This thing should be a hash
      class Hash < TypeError
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
legionio-0.2.0 lib/legion/exceptions/wrongtypes/hash.rb
legionio-0.1.1 lib/legion/exceptions/wrongtypes/hash.rb