VibrantRouter.Catch

Attaches a handler to an exception type.

class VibrantRouter(bool GenerateAll = false)
void
Catch

Parameters

type ClassInfo

The type of exception to catch.

callback ExceptionCallback

The handler for the exception.

Meta