CRM-14370 - API Kernel - Add UnauthorizedException, NotImplementedException
authorTim Otten <totten@civicrm.org>
Fri, 28 Mar 2014 06:20:35 +0000 (23:20 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 6 Apr 2014 04:19:41 +0000 (21:19 -0700)
commitfedf821cafdc17785ecc845d04ca97b62e21caef
tree3a049ef8533c2d3542cd5ab3368f5e7a24d83e01
parentd0c9daa49c24f295caa7527544cbbca459d33296
CRM-14370 - API Kernel - Add UnauthorizedException, NotImplementedException

Conflicts:

tests/phpunit/Civi/API/Provider/DoctrineCrudProviderTest.php
Civi/API/Exception/NotImplementedException.php [new file with mode: 0644]
Civi/API/Exception/UnauthorizedException.php [new file with mode: 0644]
Civi/API/Kernel.php
Civi/API/Subscriber/PermissionCheck.php