serp-spider/core

View on GitHub
src/Exception/CaptchaSolver/CaptchaResolutionFailed.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @license see LICENSE
 */

namespace Serps\Exception\CaptchaSolver;

/**
 * Some error happened during captcha resolution
 */
class CaptchaResolutionFailedException
{

}