Exception: Monet::Errors::UnseenURL
- Inherits:
-
StandardError
- Object
- StandardError
- Monet::Errors::UnseenURL
- Defined in:
- lib/monet/errors.rb
Instance Method Summary collapse
-
#initialize(url) ⇒ UnseenURL
constructor
A new instance of UnseenURL.
- #message ⇒ Object
Constructor Details
#initialize(url) ⇒ UnseenURL
Returns a new instance of UnseenURL.
9 10 11 |
# File 'lib/monet/errors.rb', line 9 def initialize(url) @url = url end |
Instance Method Details
#message ⇒ Object
13 14 15 |
# File 'lib/monet/errors.rb', line 13 def "There is no recorded status for #{@url}" end |