1 | <?php namespace Arcanedev\Stripe\Exceptions\OAuth; |
||
11 | class OAuthException extends StripeException |
||
12 | { |
||
13 | /* ----------------------------------------------------------------- |
||
14 | | Constructor |
||
15 | | ----------------------------------------------------------------- |
||
16 | */ |
||
17 | |||
18 | 8 | public function __construct( |
|
25 | |||
26 | /* ----------------------------------------------------------------- |
||
27 | | Getters & Setters |
||
28 | | ----------------------------------------------------------------- |
||
29 | */ |
||
30 | |||
31 | 8 | public function getErrorCode() |
|
35 | } |
||
36 |