1<?php 2 3namespace dokuwiki\plugin\oauth; 4 5/** 6 * OAuth Plugin Exceptions 7 * 8 * @todo maybe add debug logging here later 9 */ 10class Exception extends \Exception 11{ 12} 13