Skip to content

Commit

Permalink
Merge pull request #6 from alex-patterson-webdev/hotfix/1.0.2-depreca…
Browse files Browse the repository at this point in the history
…te-service-exceptions

Added @deprecated annotation to ServiceNotCreatedException and Servic…
  • Loading branch information
alex-patterson-webdev authored Nov 15, 2020
2 parents 566e962 + 586aef9 commit b8ec9c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Exception/ServiceNotCreatedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
namespace Arp\LaminasFactory\Exception;

/**
* @deprecated Please use the Laminas Exception classes instead
*
* @author Alex Patterson <[email protected]>
* @package Arp\LaminasFactory\Exception
*/
Expand Down
2 changes: 2 additions & 0 deletions src/Exception/ServiceNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
namespace Arp\LaminasFactory\Exception;

/**
* @deprecated Please use the Laminas Exception classes instead
*
* @author Alex Patterson <[email protected]>
* @package Arp\LaminasFactory\Exception
*/
Expand Down

0 comments on commit b8ec9c8

Please sign in to comment.