DataSift\Storyplayer\SystemsUnderTestLib\E4xx_SystemUnderTestRoleMustSayWhichRoleItIs::__construct PHP Method

__construct() public method

public __construct ( $filename, $index )
    public function __construct($filename, $index)
    {
        $msg = "Config file '{$filename}': 'role[{$index}]' must have 'role' setting";
        parent::__construct(400, $msg, $msg);
    }
E4xx_SystemUnderTestRoleMustSayWhichRoleItIs