Exception: Aries::Exception::Base

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/aries/exceptions.rb

Direct Known Subclasses

InvalidJobError, NotFoundError, Scraper

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/aries/exceptions.rb', line 6

def initialize(message)
  super(message)
end