class PdfEngineException in Entity Print 8
This exception is thrown when a PDF implementation fails to generate a PDF.
Hierarchy
- class \Drupal\entity_print\PdfEngineException extends \Drupal\entity_print\Exception
Expanded class hierarchy of PdfEngineException
7 files declare their use of PdfEngineException
- DomPdf.php in src/
Plugin/ EntityPrint/ PdfEngine/ DomPdf.php - EntityPrintController.php in src/
Controller/ EntityPrintController.php - EntityPrintPluginManager.php in src/
Plugin/ EntityPrintPluginManager.php - PdfDownload.php in src/
Plugin/ Action/ PdfDownload.php - PhpWkhtmlToPdf.php in src/
Plugin/ EntityPrint/ PdfEngine/ PhpWkhtmlToPdf.php
File
- src/
PdfEngineException.php, line 8
Namespace
Drupal\entity_printView source
class PdfEngineException extends \Exception {
}