menu
yenepay_flutter package
documentation
util/error_handler.dart
ErrorHandler
handleError static method
handleError static method
dark_mode
light_mode
handleError
static method
Exception
handleError
(
{
required
String
msg
,
})
Implementation
static Exception handleError({required String msg}) { return Exception(msg); }
yenepay_flutter package
documentation
util/error_handler
ErrorHandler
handleError static method
ErrorHandler class