Skip to content

Commit 04b13ab

Browse files
author
Martin Brecht-Precht
committed
Renamed the NoResultsException to NoResultException.
1 parent 826b6f2 commit 04b13ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiException/NoResultsException.php renamed to src/ApiException/NoResultException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
namespace CommonException\ApiException;
44

55
/**
6-
* Class NoResultsException
6+
* Class NoResultException
77
*
88
* @package CommonException\ApiException
99
*/
10-
class NoResultsException extends Base\ApiException
10+
class NoResultException extends Base\ApiException
1111
{
1212

1313
}

0 commit comments

Comments
 (0)