summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/OAuth/UnknownOAuthErrorException.php
blob: f1d6f94551a97895b60110dbe9e43e6387eda1e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

namespace Stripe\Exception\OAuth;

/**
 * UnknownApiErrorException is thrown when the client library receives an
 * error from the OAuth API it doesn't know about. Receiving this error usually
 * means that your client library is outdated and should be upgraded.
 */
class UnknownOAuthErrorException extends OAuthErrorException
{
}