Exception: SDM::AlreadyExistsError
- Defined in:
- lib/errors/errors.rb
Overview
AlreadyExistsError is used when an entity already exists in the system
Instance Attribute Summary
Attributes inherited from RPCError
Instance Method Summary collapse
- 
  
    
      #initialize(msg)  ⇒ AlreadyExistsError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of AlreadyExistsError. 
Constructor Details
#initialize(msg) ⇒ AlreadyExistsError
Returns a new instance of AlreadyExistsError.
| 38 39 40 | # File 'lib/errors/errors.rb', line 38 def initialize(msg) super(msg, 6) end |