BaguettePHP/mastodon-api

View on GitHub
src/Service/AuthorizationException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Baguette\Mastodon\Service;

/**
 * Mastodon Anthorization exception class
 *
 * @author    USAMI Kenta <tadsan@zonu.me>
 * @copyright 2017 Baguette HQ
 * @license   https://www.gnu.org/licenses/gpl-3.0.html GPL-3.0
 */
class AuthorizationException extends \RuntimeException
{
}