xref: /plugin/oauth/Exception.php (revision 1a5ede3e2e00630c3cc6fd837146a20885f36e36)
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