Exception: XmlJats::PublicIdentifierNotDeclared

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Public identifier not supported') ⇒ PublicIdentifierNotDeclared



17
18
19
# File 'lib/errors.rb', line 17

def initialize(msg = 'Public identifier not supported')
  super
end