diff --git a/src/Bundle/ChillMainBundle/Export/Exception/ExportGenerationException.php b/src/Bundle/ChillMainBundle/Export/Exception/ExportGenerationException.php index 0c06c4a7d..b8f12c6bf 100644 --- a/src/Bundle/ChillMainBundle/Export/Exception/ExportGenerationException.php +++ b/src/Bundle/ChillMainBundle/Export/Exception/ExportGenerationException.php @@ -11,4 +11,4 @@ declare(strict_types=1); namespace Chill\MainBundle\Export\Exception; -class ExportGenerationException extends \RuntimeException {} +class ExportGenerationException extends ExportRuntimeException {} diff --git a/src/Bundle/ChillMainBundle/Export/Exception/ExportLogicException.php b/src/Bundle/ChillMainBundle/Export/Exception/ExportLogicException.php new file mode 100644 index 000000000..e824df5b0 --- /dev/null +++ b/src/Bundle/ChillMainBundle/Export/Exception/ExportLogicException.php @@ -0,0 +1,14 @@ +