DataSift\Storyplayer\Cli\E4xx_NoSuchDevice::__construct PHP Метод

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

public __construct ( $deviceName )
    public function __construct($deviceName)
    {
        $msg = "Unknown device '{$deviceName}'; we have no config for it";
        parent::__construct(400, $msg, $msg);
    }
E4xx_NoSuchDevice