Exception: Mindee::Input::Source::UnfixablePDFError

Inherits:
MimeTypeError
  • Object
show all
Defined in:
lib/mindee/input/sources.rb

Overview

Error sent if a pdf file couldn't be fixed

Instance Method Summary collapse

Constructor Details

#initializeUnfixablePDFError

Returns a new instance of UnfixablePDFError.



41
42
43
# File 'lib/mindee/input/sources.rb', line 41

def initialize
  super("Corrupted PDF couldn't be repaired.")
end