Rewrote assertions

This commit is contained in:
2023-11-01 21:48:10 -05:00
parent ab1d39aa57
commit c5cfc31436
12 changed files with 146 additions and 133 deletions

View File

@ -97,8 +97,8 @@ namespace Dawn {
int32_t i;
bool_t result;
assertNotNull(instance);
assertNotNull(callback);
assertNotNull(instance, "Instance cannot be null.");
assertNotNull(callback, "Callback cannot be null.");
// Open the buffer.
this->open();