class Pdfinfo::CommandNotFound

Public Class Methods

new(command) click to toggle source
Calls superclass method
# File lib/pdfinfo/errors.rb, line 9
def initialize(command)
  super("Command Not Found - '#{command}'")
end