lookyman/recaptcha

View on GitHub
src/Exception/ClientException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

/**
 * This file is part of lookyman/ReCaptcha (https://github.com/lookyman/recaptcha)
 *
 * Copyright (c) 2015 Lukáš Unger (looky.msc@gmail.com)
 *
 * For the full copyright and license information, please view the file LICENSE that was distributed with this source code.
 */

namespace lookyman\ReCaptcha\Exception;

/**
 * Generic client exception.
 *
 * @author Lukáš Unger <looky.msc@gmail.com>
 */
class ClientException extends \RuntimeException implements IException
{

}