Skip to content

Commit

Permalink
Exception Added for Clip Uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
roShan committed Apr 10, 2021
1 parent 3ca21cc commit bb04ab1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions instagrapi/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,15 @@ class IGTVConfigureError(IGTVNotUpload):
pass



class ClipNotUpload(PrivateError):
pass


class ClipConfigureError(ClipNotUpload):
pass


class AlbumNotDownload(PrivateError):
pass

Expand Down

0 comments on commit bb04ab1

Please sign in to comment.