class Poke::API::Errors::InvalidSignatureFilePath

Public Class Methods

new(file_path) click to toggle source
Calls superclass method
# File lib/poke-api/errors.rb, line 59
def initialize(file_path)
  super("Could not find file #{file_path} for signature generation")
end