Exception: OwO::Err::BadURL

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

Overview

Raised when requested URL is bad.

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



31
32
33
# File 'lib/owo/err.rb', line 31

def message
  'Your URL is invalid!'
end