Exception: Remocon::UnsupportedTypeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/remocon/error/unsupported_type_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(type) ⇒ UnsupportedTypeError

Returns a new instance of UnsupportedTypeError.



5
6
7
# File 'lib/remocon/error/unsupported_type_error.rb', line 5

def initialize(type)
  super "#{type} is not supported as type"
end