Exception: Cortex::Exceptions::NotEmptyError
- Inherits:
-
CortexAPIError
- Object
- StandardError
- CortexError
- CortexAPIError
- Cortex::Exceptions::NotEmptyError
- Defined in:
- lib/cortex/exceptions.rb
Instance Attribute Summary
Attributes inherited from CortexAPIError
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ NotEmptyError
constructor
A new instance of NotEmptyError.
Constructor Details
#initialize(message = nil) ⇒ NotEmptyError
Returns a new instance of NotEmptyError.
17 18 19 |
# File 'lib/cortex/exceptions.rb', line 17 def initialize( = nil) super(, :conflict) end |