v.19.14Improvement
Added Optional Message Argument in Throwif
Why it matters
This feature allows users to provide a custom error message when thethrowIf condition is met, improving error clarity and debugging experience.How to use it
Use thethrowIf function with the new optional message argument to specify a custom error message, e.g., throwIf(condition, 'Custom error message').