Skip to content

Commit

Permalink
Renamed the NoResultsException to NoResultException.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Brecht-Precht committed Apr 26, 2016
1 parent 826b6f2 commit 04b13ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
namespace CommonException\ApiException;

/**
* Class NoResultsException
* Class NoResultException
*
* @package CommonException\ApiException
*/
class NoResultsException extends Base\ApiException
class NoResultException extends Base\ApiException
{

}

0 comments on commit 04b13ab

Please sign in to comment.