DataSift\Storyplayer\DeviceLib\E4xx_NoSuchDeviceAdapter::__construct PHP Method

__construct() public method

public __construct ( string $provider )
$provider string
    public function __construct($provider)
    {
        $msg = "Unknown device adapter '{$provider}'";
        parent::__construct(400, $msg, $msg);
    }
E4xx_NoSuchDeviceAdapter