diff --git a/old/src/PointToolsBundle/Exception/Factory/Blog/FactoryException.php b/old/src/PointToolsBundle/Exception/Factory/Blog/FactoryException.php deleted file mode 100644 index aed5d79..0000000 --- a/old/src/PointToolsBundle/Exception/Factory/Blog/FactoryException.php +++ /dev/null @@ -1,8 +0,0 @@ -post = $post; - - parent::__construct($message, $code, $previous); - } - - public function getPost(): Post - { - return $this->post; - } -} \ No newline at end of file diff --git a/src/Exception/Factory/Blog/FactoryException.php b/src/Exception/Factory/Blog/FactoryException.php new file mode 100644 index 0000000..16bb9bb --- /dev/null +++ b/src/Exception/Factory/Blog/FactoryException.php @@ -0,0 +1,9 @@ +