Exception: Pdfinfo::CommandNotFound

Inherits:
PdfinfoError
  • Object
show all
Defined in:
lib/pdfinfo/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(command) ⇒ CommandNotFound

Returns a new instance of CommandNotFound.



9
10
11
# File 'lib/pdfinfo/errors.rb', line 9

def initialize(command)
  super("Command Not Found - '#{command}'")
end