Bdjobs Fixed (#280)

This commit is contained in:
itsShrizon
2025-07-28 21:05:10 +06:00
committed by GitHub
parent 53b3b41385
commit ae2b1ea42c
6 changed files with 432 additions and 2 deletions

View File

@@ -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")