What's the equivalent of std::runtime_error in D?

alexandr3000 sp0148675 at gmail.com
Wed Nov 9 12:25:35 UTC 2022


```d
if (vkCreateInstance(&createInfo, null, &instance) != VK_SUCCESS) 
{
             ???
}
```


More information about the Digitalmars-d mailing list