From 586aef9749d1e15e3ebf6e7de85af860c0860cb2 Mon Sep 17 00:00:00 2001 From: Alex Patterson Date: Sun, 15 Nov 2020 13:26:39 +0000 Subject: [PATCH] Added @deprecated annotation to ServiceNotCreatedException and ServiceNotFoundException --- src/Exception/ServiceNotCreatedException.php | 2 ++ src/Exception/ServiceNotFoundException.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Exception/ServiceNotCreatedException.php b/src/Exception/ServiceNotCreatedException.php index 172c984..ce221dc 100755 --- a/src/Exception/ServiceNotCreatedException.php +++ b/src/Exception/ServiceNotCreatedException.php @@ -5,6 +5,8 @@ namespace Arp\LaminasFactory\Exception; /** + * @deprecated Please use the Laminas Exception classes instead + * * @author Alex Patterson * @package Arp\LaminasFactory\Exception */ diff --git a/src/Exception/ServiceNotFoundException.php b/src/Exception/ServiceNotFoundException.php index 04696b5..68824d2 100755 --- a/src/Exception/ServiceNotFoundException.php +++ b/src/Exception/ServiceNotFoundException.php @@ -5,6 +5,8 @@ namespace Arp\LaminasFactory\Exception; /** + * @deprecated Please use the Laminas Exception classes instead + * * @author Alex Patterson * @package Arp\LaminasFactory\Exception */