Assert
Provides runtime assertions
|
Exception indicating that a code path expected to be unreachable was reached. More...
Exception indicating that a code path expected to be unreachable was reached.
This generally means an error in the internal logic of a function, or a serious problem in the runtime environment.
@license MIT