one way to think about it is that angle brackets declare type parameters, but the types that go in throws(...) are just plain old types.
3 Likes
one way to think about it is that angle brackets declare type parameters, but the types that go in throws(...) are just plain old types.