Exception: OwO::Err::NoContent

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/owo/err.rb

Overview

Raised when no files were sent.

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



23
24
25
# File 'lib/owo/err.rb', line 23

def message
  'No content found!'
end