Exception: BibCard::CrawlException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/bib_card/crawl_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "") ⇒ CrawlException

Returns a new instance of CrawlException.



4
5
6
# File 'lib/bib_card/crawl_exception.rb', line 4

def initialize(message = "")
  super message
end