Exception: Common::AlreadyExistsEntity

Inherits:
EntityError show all
Defined in:
lib/common/cloudbox_exceptions.rb

Instance Attribute Summary

Attributes inherited from EntityError

#name, #type

Instance Method Summary collapse

Methods inherited from EntityError

#initialize

Constructor Details

This class inherits a constructor from Common::EntityError

Instance Method Details

#to_sObject



48
49
50
# File 'lib/common/cloudbox_exceptions.rb', line 48

def to_s
  return "#{name} #{type} already exists".capitalize + "\n#{message}"
end