Assert
Provides runtime assertions
|
Marker interface for exceptions thrown by Assert. More...
Marker interface for exceptions thrown by Assert.
Since the exceptions thrown by Assert use different standard exceptions as base classes, the marker interface is needed to be able to catch them all at once.
@license MIT