Error Handling
A feature that comes out-of-the-box with this Prisma schematic for handling errors.
{
provide: APP_FILTER,
useValue: new PrismaClientExceptionFilter(),
}Last updated
A feature that comes out-of-the-box with this Prisma schematic for handling errors.
{
provide: APP_FILTER,
useValue: new PrismaClientExceptionFilter(),
}Last updated