You are here

PdfEngineException.php in Entity Print 8

File

src/PdfEngineException.php
View source
<?php

namespace Drupal\entity_print;


/**
 * This exception is thrown when a PDF implementation fails to generate a PDF.
 */
class PdfEngineException extends \Exception {

}

Classes

Namesort descending Description
PdfEngineException This exception is thrown when a PDF implementation fails to generate a PDF.