class EmlToPdf::Wkhtmltopdf::ConversionTimeoutError

Public Instance Methods

message() click to toggle source
# File lib/eml_to_pdf/wkhtmltopdf.rb, line 7
def message
  "Failed to convert within the configured timeout. Use EmlToPdf.configure to increase the timeout if needed."
end