Skip to content

Commit

Permalink
Merge pull request #7 from Calendart/imp-errors
Browse files Browse the repository at this point in the history
Improvements errors part 2
  • Loading branch information
Taluu committed Apr 14, 2016
2 parents f4b93f1 + 44cfab8 commit 19bf056
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/Exception/InvalidCredentialsInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace CalendArt\Exception;

interface InvalidCredentialsInterface extends ApiErrorInterface
{
}
2 changes: 1 addition & 1 deletion src/Exception/NotFoundInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

namespace CalendArt\Exception;

interface NotFoundInterface
interface NotFoundInterface extends ApiErrorInterface
{
}

0 comments on commit 19bf056

Please sign in to comment.