for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace RedirectionIO\Client\Sdk\Exception;
class AgentNotFoundException extends \RuntimeException implements ExceptionInterface
{
public function __construct()
parent::__construct('Agent not found.');
}