<?php

namespace dokuwiki\plugin\oauth;

/**
 * Our own OAuth Plugin Exceptions
 *
 * @todo maybe add debug logging here later
 * @todo add translations here
 */
class Exception extends \OAuth\Common\Exception\Exception
{
}
