Skip to content

Commit

Permalink
Add RDAPConformance info
Browse files Browse the repository at this point in the history
  • Loading branch information
pogzyb committed Oct 5, 2023
1 parent bccd372 commit 944644d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ async with whodap.DNSClient.new_aio_client_context(aio_httpx_client) as dns_clie
response = await dns_client.aio_lookup(domain, tld)
```

- Using the `to_whois_dict` method
- Using the `to_whois_dict` method and `RDAPConformanceException`
```python
import logging

Expand Down
3 changes: 2 additions & 1 deletion whodap/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ class MalformedQueryError(WhodapError):
class BadStatusCode(WhodapError):
...


class RDAPConformanceException(WhodapError):
...
...

0 comments on commit 944644d

Please sign in to comment.