LaravelException constructor

LaravelException({
  1. required Map<String, dynamic> response,
})
  • {"message" => }
  • attached message with the response

Implementation

LaravelException({
  required this.response,
});