DataSift\Storyplayer\ConfigLib\E4xx_NoSuchConfigEntry::__construct PHP Метод

__construct() публичный Метод

public __construct ( $name )
    public function __construct($name)
    {
        $msg = "Config entry '{$name}' not in the list";
        parent::__construct(400, $msg, $msg);
    }
E4xx_NoSuchConfigEntry