Issue.other constructor
Issue.other(
- String error, {
- IssueLayer layer = IssueLayer.app,
- int statusCode = 0,
Implementation
factory Issue.other(
String error, {
IssueLayer layer = IssueLayer.app,
int statusCode = 0,
}) =>
Issue._(
error,
layer,
IssueType.other,
statusCode: statusCode,
);