menu
spark_framework package
documentation
spark.dart
SparkHttpException
SparkHttpException.new constructor
SparkHttpException.new constructor
dark_mode
light_mode
SparkHttpException
constructor
SparkHttpException
(
int
statusCode
,
String
message
, {
String
code
=
'HTTP_ERROR'
,
Map
<
String
,
dynamic
>
?
details
,
})
Implementation
SparkHttpException( this.statusCode, this.message, { this.code = 'HTTP_ERROR', this.details, });
spark_framework package
documentation
spark
SparkHttpException
SparkHttpException.new constructor
SparkHttpException class