for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Vetor\Contracts\Collect\Collector\Exceptions;
use RuntimeException;
class InvalidCollector extends RuntimeException
{
/**
* @return \Vetor\Contracts\Collect\Collector\Exceptions\InvalidCollector
*/
public static function notDefined()
return new static('Collector not defined.');
}