Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#3 from Maks3w/ezimuel/…
Browse files Browse the repository at this point in the history
…feature/crypt

Ezimuel/feature/crypt
  • Loading branch information
ezimuel committed May 18, 2012
2 parents e1498c9 + 82b42de commit e0ee5c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
*/
class InvalidArgumentException
extends \InvalidArgumentException
implements \Zend\Math\Exception\ExceptionInterface
implements ExceptionInterface
{
}
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
*/
class RuntimeException
extends \RuntimeException
implements \Zend\Math\Exception\ExceptionInterface
implements ExceptionInterface
{
}

0 comments on commit e0ee5c9

Please # to comment.