Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

SixGill and Shodan Custom Exceptions #351

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

edujosemena
Copy link
Contributor

💡 Summary

Create custom exceptions to add more descriptive error messages at try except blocks that do not have specific error messages aimed at function returns or variables.

Motivation and context

We currently have some exception cases where the exception is generic and could lead to longer development and code troubleshooting time and problem resolutions.

Implementation notes

Custom exceptions will fill the void of applicable exceptions when we have failures in custom functionality.

Acceptance criteria

  • Classes created to handle function exceptions when try except block are present.
  • All try except blocks will have a relevant exception that can be passed to logging facility.

@edujosemena edujosemena self-assigned this Dec 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant