DataSift\Storyplayer\PlayerLib\E5xx_NoStoryActions::__construct PHP Method

__construct() public method

public __construct ( string $storyName )
$storyName string
    public function __construct($storyName)
    {
        $msg = "No actions for story '{$storyName}'";
        parent::__construct(500, $msg, $msg);
    }
E5xx_NoStoryActions