Exception: Pdfinfo::CommandNotFound
- Inherits:
-
PdfinfoError
- Object
- StandardError
- PdfinfoError
- Pdfinfo::CommandNotFound
- Defined in:
- lib/pdfinfo/errors.rb
Instance Method Summary collapse
-
#initialize(command) ⇒ CommandNotFound
constructor
A new instance of CommandNotFound.
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 |