Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
add missing exceptions module
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdave committed Aug 22, 2016
1 parent 67d9892 commit c7ce420
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bloomsky_api/exceptions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class BloomSkyAPIError(Exception):
pass

class APIKeyMissing(BloomSkyAPIError):
pass

0 comments on commit c7ce420

Please sign in to comment.