Skip to content

Commit

Permalink
wrap a string with Exception call
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumya-Mishra9129 committed May 27, 2020
1 parent 5bbe044 commit 812b0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/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 812b0d2

Please sign in to comment.