<?php

namespace dokuwiki\plugin\oauth;

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