* @copyright 2017 Smiley * @license MIT */ declare(strict_types=1); namespace chillerlan\OAuth; use RuntimeException; /** * Generic exception container */ class OAuthException extends RuntimeException{ }