krz/vox-populi
A Tumblr web client.
clone: git clone https://gitbay.org/krz/vox-populi.git
main: vendor/eher/oauth/src/Eher/OAuth/OAuthException.php · raw
1<?php
2
3namespace Eher\OAuth;
4
5/* Generic exception class
6 */
7class OAuthException extends \Exception {
8 // pass
9}