Sha256: b641ef7142f7c9b12277e78cef43ed569f895f633528803a236b5fa5a3defd2a

Contents?: true

Size: 181 Bytes

Versions: 12

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true

module Remocon
  class UnsupportedTypeError < StandardError
    def initialize(type)
      super "#{type} is not supported as type"
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
remocon-0.5.1 lib/remocon/error/unsupported_type_error.rb
remocon-0.5.0 lib/remocon/error/unsupported_type_error.rb
remocon-0.4.4 lib/remocon/error/unsupported_type_error.rb
remocon-0.4.3 lib/remocon/error/unsupported_type_error.rb
remocon-0.4.2 lib/remocon/error/unsupported_type_error.rb
remocon-0.4.1 lib/remocon/error/unsupported_type_error.rb
remocon-0.4.0 lib/remocon/error/unsupported_type_error.rb
remocon-0.4.0.pre.1 lib/remocon/error/unsupported_type_error.rb
remocon-0.3.1 lib/remocon/error/unsupported_type_error.rb
remocon-0.3.0 lib/remocon/error/unsupported_type_error.rb
remocon-0.2.0 lib/remocon/error/unsupported_type_error.rb
remocon-0.1.0 lib/remocon/error/unsupported_type_error.rb