Exception: Rucoa::Errors::BodyNotFound
- Defined in:
- lib/rucoa/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ BodyNotFound
constructor
A new instance of BodyNotFound.
Constructor Details
#initialize ⇒ BodyNotFound
Returns a new instance of BodyNotFound.
15 16 17 |
# File 'lib/rucoa/errors.rb', line 15 def initialize super('Body not found.') end |