PrismaException constructor

const PrismaException({
  1. required String message,
  2. Engine? engine,
})

Implementation

const PrismaException({
  required this.message,
  this.engine,
});