class BibCard::InvalidURIException

Constants

MESSAGE

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/bib_card/invalid_uri_exception.rb, line 6
def initialize
  super MESSAGE
end