On Monday, 15 November 2021 at 22:44:35 UTC, Ali Çehreli wrote:
On 11/15/21 2:28 PM, pascal111 wrote:
> I want to know where the list of exceptions names that
"throw" statement
> uses.

Such a list is not very useful. Normally all we need is Exception and occasionally one or two other specific types.


It's actually very useful when you want to throw exceptions yourself, because instead of writing your own custom exception then you could use an existing implementation.

Reply via email to