Adds self::assertThrows(string $throwableClass, callable $callable) and self::assertDoesNotThrow(callable $callable) assertions.
Takes a throwable classname. The callable must throw the exception and the exception class must match.
The callable must not throw.