onLoadException property

void Function(FileLoadExceptionContext context)? onLoadException
getter/setter pair

Gets or sets the action that's called if an uncaught exception occurs in FileConfigurationProvider.load.

Implementation

void Function(FileLoadExceptionContext context)? onLoadException;