TypeMappingException extends RuntimeException
FinalYes
Methods
- ambiguousEntryType() : self
- unsupportedColumnType() : self
- unsupportedEntryType() : self
- unsupportedFlowType() : self
Methods
ambiguousEntryType()
public
static ambiguousEntryType(string $entryClass) : self
Parameters
- $entryClass : string
Return values
selfunsupportedColumnType()
public
static unsupportedColumnType(string $pgTypeName) : self
Parameters
- $pgTypeName : string
Return values
selfunsupportedEntryType()
public
static unsupportedEntryType(string $entryClass) : self
Parameters
- $entryClass : string
Return values
selfunsupportedFlowType()
public
static unsupportedFlowType(string $flowTypeClass) : self
Parameters
- $flowTypeClass : string