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

__construct() public method

public __construct ( string $classname )
$classname string
    public function __construct($classname)
    {
        $msg = "Unable to use class '{$classname}' as a device adapter; it does not implement the DeviceAdapter interface";
        parent::__construct(500, $msg, $msg);
    }
E5xx_BadDeviceAdapter