menu
tuul_ai package
documentation
core/exceptions/tuul_exception.dart
TuulException
TuulException.new constructor
TuulException.new constructor
dark_mode
light_mode
TuulException
constructor
TuulException
(
{
required
String
code
,
required
String
message
,
dynamic
details
,
})
Implementation
TuulException({required this.code, required this.message, this.details});
tuul_ai package
documentation
core/exceptions/tuul_exception
TuulException
TuulException.new constructor
TuulException class