add exceptions

This commit is contained in:
2020-05-30 00:46:30 +02:00
parent 5b43b21df1
commit eddef3bbbf
3 changed files with 50 additions and 3 deletions

View File

@ -15,9 +15,7 @@
namespace D3\PdfDocuments\Application\Model\Exceptions;
use OxidEsales\Eshop\Core\Exception\StandardException;
class d3noPdfHandlerFoundException extends StandardException
class noPdfHandlerFoundException extends pdfGeneratorExceptionAbstract
{
/**
* d3noPdfHandlerFoundException constructor.