Sha256: e3a04d45c7b4caeeae9fa905ee0e47ee8651f634f9396bf33eaeefba5617bf37

Contents?: true

Size: 144 Bytes

Versions: 10

Compression:

Stored size: 144 Bytes

Contents

# frozen_string_literal: true

module Legion
  module Exception
    module WrongType
      class String < TypeError
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
legion-exceptions-1.1.6 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.1.5 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.1.4 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.1.3 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.1.2 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.1.1 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.1.0 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.0.4 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.0.3 lib/legion/exceptions/wrongtypes/string.rb
legion-exceptions-1.0.1 lib/legion/exceptions/wrongtypes/string.rb