Skip to content

Commit

Permalink
Raising a string exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumya-Mishra9129 committed May 24, 2020
1 parent 0bb8185 commit 65ef89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/cpsection/webaccount/web_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class WebService():
def get_icon_name(self):
raise "Not implemented"
raise Exception("Not implemented")

def config_service_cb(self, widget, event, container):
raise "Not implemented"
raise Exception("Not implemented")

0 comments on commit 65ef89c

Please sign in to comment.