for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Nicofuma\SwaggerBundle\Exception;
class NoValidatorException extends \RuntimeException
{
public function __construct()
parent::__construct('No validator match the current request');
}