Home
last modified time | relevance | path

Searched refs:PdfNotRenderedException (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-print/ios/
H A DExpoPrintExceptions.swift21 internal class PdfNotRenderedException: GenericException<String?> { class
H A DExpoPrintWithPrinter.swift49 promise.reject(PdfNotRenderedException(error?.localizedDescription)) in printFromHtmlWithoutMarkupFormatter()
70 promise.reject(PdfNotRenderedException(error?.localizedDescription)) in printFromHtmlWithMarkupFormatter()
H A DExpoPrintToFile.swift26 promise.reject(PdfNotRenderedException(error?.localizedDescription)) in printToFile()
/expo/ios/versioned/sdk49/ExpoPrint/
H A DExpoPrintExceptions.swift21 internal class PdfNotRenderedException: GenericException<String?> { class
H A DExpoPrintWithPrinter.swift49 promise.reject(PdfNotRenderedException(error?.localizedDescription)) in printFromHtmlWithoutMarkupFormatter()
70 promise.reject(PdfNotRenderedException(error?.localizedDescription)) in printFromHtmlWithMarkupFormatter()
H A DExpoPrintToFile.swift26 promise.reject(PdfNotRenderedException(error?.localizedDescription)) in printToFile()