class Biblionet::Extractors::NoImageError

Raised when a book has no image.

Attributes

biblionet_id[R]

Public Class Methods

new(biblionet_id) click to toggle source
Calls superclass method
# File lib/bookshark/extractors/book_extractor.rb, line 390
def initialize(biblionet_id)
  msg = "This book has no image. At book #{biblionet_id}"
  super(msg)
end