class InvalidProcessorChain extends RuntimeException
8
{
9
12
public static function with(plProcessor $last, plProcessor $next)
10
{
11
12
return new InvalidProcessorChain(sprintf(
12
12
'Two processors in the chain are incompatible. The first processor\'s output is "%s". The next Processor in the queue does only support the following input type: %s.',