Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-rdap
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Mar 11, 2024
2 parents c4bf2ef + 6599fe2 commit 23885fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Exceptions/InvalidRdapResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\Rdap\Exceptions;

use Exception;
use Illuminate\Http\Client\ConnectionException;

class InvalidRdapResponse extends Exception implements RdapException
{
Expand Down
3 changes: 1 addition & 2 deletions src/Exceptions/RdapException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

interface RdapException
{

}
}

0 comments on commit 23885fd

Please sign in to comment.