Merge pull request #21474 from MegaphoneJon/core-2318
[civicrm-core.git] / ext / oauth-client / Civi / OAuth / OAuthException.php
1 <?php
2 namespace Civi\OAuth;
3
4 class OAuthException extends \CRM_Core_Exception {
5
6 }