We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error on line 27: throw new \InvalidArgumentException("Invalid $domain syntax");
The text was updated successfully, but these errors were encountered:
And what's wrong?
Sorry, something went wrong.
There should be inbuilt validation not to throw fatal error. At least in my opinion of course.
This is correct behaviour.
@IvoMiranda Just but a try{ } catch{ } around the new Whois() and handle the exception as you want (i.e. display error message on screen).
No branches or pull requests
Fatal error on line 27:
throw new \InvalidArgumentException("Invalid $domain syntax");
The text was updated successfully, but these errors were encountered: