raise correct exception
This commit is contained in:
parent
4e26588bb3
commit
48fd2669cb
@ -737,7 +737,7 @@ class QubesWatch(object):
|
||||
self.block_callback = callback
|
||||
|
||||
def setup_meminfo_watch(self, callback):
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
||||
def setup_domain_watch(self, callback):
|
||||
self.domain_callback = callback
|
||||
|
Loading…
Reference in New Issue
Block a user