xref: /plugin/oauth/Exception.php (revision e170f465284fced2ad2f88eb9d618437f47c3edb)
174b4d4a4SAndreas Gohr<?php
274b4d4a4SAndreas Gohr
374b4d4a4SAndreas Gohrnamespace dokuwiki\plugin\oauth;
474b4d4a4SAndreas Gohr
574b4d4a4SAndreas Gohr/**
6*e170f465SAndreas Gohr * Our own OAuth Plugin Exceptions
774b4d4a4SAndreas Gohr *
874b4d4a4SAndreas Gohr * @todo maybe add debug logging here later
9*e170f465SAndreas Gohr * @todo add translations here
1074b4d4a4SAndreas Gohr */
11*e170f465SAndreas Gohrclass Exception extends \OAuth\Common\Exception\Exception
1274b4d4a4SAndreas Gohr{
1374b4d4a4SAndreas Gohr}
14