aboutsummaryrefslogtreecommitdiff
path: root/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php
blob: 17ad9eedbeb04a8e25a57e3ae7342d3e428f9806 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?php

namespace Eher\OAuth;

/* Generic exception class
 */
class OAuthException extends \Exception {
  // pass
}