raise NotImplementedError if not implemented
This commit is contained in:
parent
27a086409e
commit
0bd4d57ef2
26 changed files with 125 additions and 125 deletions
|
|
@ -6,5 +6,5 @@ from moto.ec2.utils import resource_ids_from_querystring
|
|||
|
||||
class AmazonDevPay(object):
|
||||
def confirm_product_instance(self):
|
||||
return NotImplemented
|
||||
raise NotImplementedError('AmazonDevPay.confirm_product_instance is not yet implemented')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue