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