Exception: Scrapperd::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Scrapperd::Error
- Defined in:
- lib/scrapperd/error.rb
Direct Known Subclasses
Defined Under Namespace
Classes: BadRequest
Instance Method Summary collapse
-
#initialize(message) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message) ⇒ Error
Returns a new instance of Error.
3 4 5 |
# File 'lib/scrapperd/error.rb', line 3 def initialize() super() end |