Sha256: af659a9ecc1ccb8b43ab58fabd1e2e5786617593d50da2dfacd23c55b1bac2f4

Contents?: true

Size: 182 Bytes

Versions: 2

Compression:

Stored size: 182 Bytes

Contents

# frozen_string_literal: true

module Legion
  module Exception
    module WrongType
      # This thing should be a string
      class String < 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/string.rb
legionio-0.1.1 lib/legion/exceptions/wrongtypes/string.rb