mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 12:04:33 -08:00
Bdjobs Fixed (#280)
This commit is contained in:
@@ -37,4 +37,9 @@ class BaytException(Exception):
|
||||
|
||||
class NaukriException(Exception):
|
||||
def __init__(self,message=None):
|
||||
super().__init__(message or "An error occurred with Naukri")
|
||||
super().__init__(message or "An error occurred with Naukri")
|
||||
|
||||
|
||||
class BDJobsException(Exception):
|
||||
def __init__(self, message=None):
|
||||
super().__init__(message or "An error occurred with BDJobs")
|
||||
Reference in New Issue
Block a user