Exception: CommonError::EntityNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/rest/rest_common_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'EntityNotFound') ⇒ EntityNotFound

Returns a new instance of EntityNotFound.



15
16
17
# File 'lib/rest/rest_common_error.rb', line 15

def initialize(msg = 'EntityNotFound')
  super
end