1<?php
2
3namespace OAuth\Common\Exception;
4
5/**
6 * Generic library-level exception.
7 */
8class Exception extends \Exception
9{
10}
11