This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
47 parents
6d76c21
+
8080e99
+
3d8fc08
+
376eb68
+
846ff4b
+
a0b34c2
+
40bdf5a
+
e01831f
+
f22306a
+
8248197
+
740d2ca
+
3e4973e
+
1f71371
+
f945a68
+
6737231
+
7554e22
+
f43a14f
+
5680e05
+
8c71fbe
+
7640752
+
17fca5b
+
3e4bdb7
+
a1ec0e4
+
73e93c4
+
954b983
+
5a4d447
+
08d604f
+
a198091
+
3b2d396
+
ed13b76
+
8c1c902
+
66db3c0
+
88e5c45
+
4766aaf
+
af7efc8
+
2c6ae34
+
ea85a56
+
d1750df
+
665f6e2
+
3e28dac
+
edefcee
+
fed5933
+
55c0906
+
067d44c
+
694c574
+
1ea7f1a
+
e705000
commit 28ff787
Showing
4 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
<?php | ||
|
||
namespace Zend\Tag\Cloud\Decorator\Exception; | ||
|
||
use Zend\Tag\Exception; | ||
|
||
class InvalidArgumentException | ||
extends \InvalidArgumentException | ||
extends Exception\InvalidArgumentException | ||
implements ExceptionInterface | ||
{} | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters