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