class XmlJats::PublicIdentifierNotSupported

Public Class Methods

new(msg = 'Public identifier not declared') click to toggle source
Calls superclass method
# File lib/errors.rb, line 11
def initialize(msg = 'Public identifier not declared')
  super
end