Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 406b5e2

Browse files
committed
Add classblock to exceptions
1 parent e325179 commit 406b5e2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Exception/ExceptionInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
use Interop\Container\Exception\ContainerException;
1313

14+
/**
15+
* Base exception for all Zend\ServiceManager exceptions.
16+
*/
1417
interface ExceptionInterface extends ContainerException
1518
{
1619
}

src/Exception/InvalidArgumentException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
use InvalidArgumentException as SplInvalidArgumentException;
1313

14+
/**
15+
* {@inheritDoc}
16+
*/
1417
class InvalidArgumentException extends SplInvalidArgumentException implements ExceptionInterface
1518
{
1619
}

0 commit comments

Comments
 (0)