menu
shorebird package
documentation
server.dart
ShorebirdException
ShorebirdException.new const constructor
ShorebirdException.new const constructor
dark_mode
light_mode
ShorebirdException
constructor
const
ShorebirdException
(
String
message
, {
int
status
=
500
,
})
Implementation
const ShorebirdException(this.message, {this.status = 500});
shorebird package
documentation
server
ShorebirdException
ShorebirdException.new const constructor
ShorebirdException class