PrismaUnknownException class
Prisma unknown exception.
This is a fallback exception when the error code is not recognized.
- Inheritance
-
- Object
- PrismaException
- PrismaUnknownException
Constructors
- PrismaUnknownException.new([Engine? engine])
-
Create a new instance of PrismaUnknownException.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited