mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 23:45:19 +08:00
try catch block for error handling
This commit is contained in:
@ -81,5 +81,10 @@ puts "Response Body: #{response.body}"
|
||||
RequestModel requestModel, {
|
||||
String? boundary,
|
||||
}) {
|
||||
try {
|
||||
String result = "";
|
||||
} catch (e) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user