class NemID::Errors::InvalidSignature
Public Class Methods
new( msg = "Invalid signature in the XML Document. Data might be altered." )
click to toggle source
Calls superclass method
# File lib/nemid/errors/validation.rb, line 6 def initialize( msg = "Invalid signature in the XML Document. Data might be altered." ) super(msg) end