class Akabei::Signer::InvalidSignature

Attributes

from[R]
path[R]

Public Class Methods

new(path, from) click to toggle source
Calls superclass method
# File lib/akabei/signer.rb, line 32
def initialize(path, from)
  @path = path
  @from = from
  super("Invalid signature from #{from}: #{path}")
end