DataSift\Storyplayer\Cli\E4xx_NoSuchTestEnvironment::__construct PHP Method

__construct() public method

public __construct ( $envName )
    public function __construct($envName)
    {
        $msg = "Unknown test environment '{$envName}'; we have no config for it" . PHP_EOL . PHP_EOL . "Use 'storyplayer list-test-environments' to see the list of known test environments";
        parent::__construct(400, $msg, $msg);
    }
E4xx_NoSuchTestEnvironment