Exception: Aliyun::Odps::InstanceNameInvalidError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ InstanceNameInvalidError

Returns a new instance of InstanceNameInvalidError.



68
69
70
# File 'lib/aliyun/odps/error.rb', line 68

def initialize(name)
  super("#{name} should match pattern: #{Instance::NAME_PATTERN}")
end