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

__construct() public method

public __construct ( $sutName )
    public function __construct($sutName)
    {
        $msg = "Unknown system under test '{$sutName}'; we have no config for it" . PHP_EOL . PHP_EOL . "Use 'storyplayer --list-sut' to see the list of known systems under test";
        parent::__construct(400, $msg, $msg);
    }
E4xx_NoSuchSystemUnderTest