MDL-62134 core_privacy: Allow for a failure handler
commit22c0a30888db4417b3b3fee420fe5f166fe90671
authorAndrew Nicols <andrew@nicols.co.uk>
Tue, 15 May 2018 06:16:54 +0000 (15 14:16 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Wed, 16 May 2018 03:52:46 +0000 (16 11:52 +0800)
tree63327216a75d58ed053ea4f9b93bcf49df812eb5
parent3f18d2af9a05317994ee5853229da238f43c6492
MDL-62134 core_privacy: Allow for a failure handler
privacy/classes/manager.php
privacy/classes/manager_observer.php [new file with mode: 0644]
privacy/tests/fixtures/provider_a.php [new file with mode: 0644]
privacy/tests/fixtures/provider_throwing_exception.php [new file with mode: 0644]
privacy/tests/manager_test.php