Exception: Common::AlreadyExistsEntity
- Inherits:
-
EntityError
- Object
- StandardError
- CloudboxError
- EntityError
- Common::AlreadyExistsEntity
- Defined in:
- lib/common/cloudbox_exceptions.rb
Instance Attribute Summary
Attributes inherited from EntityError
Instance Method Summary collapse
Methods inherited from EntityError
Constructor Details
This class inherits a constructor from Common::EntityError
Instance Method Details
#to_s ⇒ Object
48 49 50 |
# File 'lib/common/cloudbox_exceptions.rb', line 48 def to_s return "#{name} #{type} already exists".capitalize + "\n#{}" end |