for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace kalanis\OAuth2\Exceptions;
/**
* RuntimeException
* @package kalanis\OAuth2\Exceptions
*/
class RuntimeException extends \RuntimeException
{
}