enh: google jobs (#214)

This commit is contained in:
Cullen Watson
2024-10-24 15:19:40 -05:00
committed by GitHub
parent f395597fdd
commit f6248c8386
13 changed files with 331 additions and 18 deletions

View File

@@ -24,3 +24,8 @@ class ZipRecruiterException(Exception):
class GlassdoorException(Exception):
def __init__(self, message=None):
super().__init__(message or "An error occurred with Glassdoor")
class GoogleJobsException(Exception):
def __init__(self, message=None):
super().__init__(message or "An error occurred with Google Jobs")