menu
another_chatgpt package
documentation
chats/chats_service.dart
ChatsException
ChatsException constructor
ChatsException constructor
dark_mode
light_mode
ChatsException
constructor
ChatsException
(
{
required
int
statusCode
,
String
?
message
,
})
Implementation
ChatsException({required this.statusCode, this.message});
another_chatgpt package
documentation
chats/chats_service
ChatsException
ChatsException constructor
ChatsException class