Exception: Aliyun::Odps::ValueNotSupportedError

Inherits:
Error
  • Object
show all
Defined in:
lib/aliyun/odps/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(attr, supported_value) ⇒ ValueNotSupportedError

Returns a new instance of ValueNotSupportedError.



80
81
82
# File 'lib/aliyun/odps/error.rb', line 80

def initialize(attr, supported_value)
  super("#{attr} only support: #{Utils.wrap(supported_value).join(', ')} !!")
end