bio.core.utils.exception

Undocumented in source.

Members

Functions

asserte
T asserte(T value, Throwable ex)

Asserts that the given value is true, but unlike standard assert throws an exception on error.

asserte
T asserte(T value, string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
asserte
T asserte(T value, Dg dg)

Asserts that the given value is true, but unlike standard assert throws an exception on error.

Meta