Exception: Cortex::Exceptions::NotEmptyError

Inherits:
CortexAPIError show all
Defined in:
lib/cortex/exceptions.rb

Instance Attribute Summary

Attributes inherited from CortexAPIError

#http_status

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ NotEmptyError

Returns a new instance of NotEmptyError.



17
18
19
# File 'lib/cortex/exceptions.rb', line 17

def initialize(message = nil)
  super(message, :conflict)
end