Exception: XmlJats::PublicIdentifierNotSupported

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Public identifier not declared') ⇒ PublicIdentifierNotSupported

Returns a new instance of PublicIdentifierNotSupported.



11
12
13
# File 'lib/errors.rb', line 11

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