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