Rewrote assertions

This commit is contained in:
2023-11-01 21:48:10 -05:00
parent 0752d7ba4b
commit 0126661ce2
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();