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