Exception: BibCard::InvalidURIException

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

Constant Summary collapse

MESSAGE =
'Invalid URI. BibCard requires a valid VIAF or LCNAF URI.'

Instance Method Summary collapse

Constructor Details

#initializeInvalidURIException

Returns a new instance of InvalidURIException.



6
7
8
# File 'lib/bib_card/invalid_uri_exception.rb', line 6

def initialize
  super MESSAGE
end