Skip to content

Commit

Permalink
added exception for when trying to use platform that isnt supported
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaaks committed Feb 20, 2021
1 parent ca27c2c commit 604ed15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions howfairis/exceptions/howfairis_unknown_platform_exception.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .howfairis_exception import HowfairisException


class HowfairisUnknownPlatformException(HowfairisException):
"""Raised when trying to use an unsupported code repository platform."""

0 comments on commit 604ed15

Please sign in to comment.