| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | public static function referenceDeleted(string $tableName, AbstractTDBMObject $reference) : TDBMMissingReferenceException |
||
| 8 | { |
||
| 9 | return new self(sprintf("Unable to save object in table '%s'. Your object references an object of type '%s' that is deleted.", $tableName, get_class($reference))); |
||
| 10 | } |
||
| 11 | } |
||
| 12 |