|
Assert
Provides runtime assertions
|
Exception indicating that a code path expected to be unreachable was reached. More...
Inheritance diagram for Wikimedia\Assert\UnreachableException:
Collaboration diagram for Wikimedia\Assert\UnreachableException: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