xref: /plugin/oauth/Exception.php (revision 74b4d4a4cf1d79813740d8ba18696e5fb2b4089b)
1<?php
2
3namespace dokuwiki\plugin\oauth;
4
5/**
6 * OAuth Plugin Exceptions
7 *
8 * @todo maybe add debug logging here later
9 */
10class Exception extends \Exception
11{
12}
13