Exercise #62: Classes As Types And Value
Advanced Patterns ยท 04-classes
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use the class type for `CustomError` to type the handler parameter.
Check Solution
Run "Check Solution" to validate your code in the browser.