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