Exception: Rucoa::Errors::BodyNotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/rucoa/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeBodyNotFound

Returns a new instance of BodyNotFound.



15
16
17
# File 'lib/rucoa/errors.rb', line 15

def initialize
  super('Body not found.')
end