1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 22:26:43 +02:00

DibiTranslator: removed die()

This commit is contained in:
David Grudl
2015-10-22 01:44:28 +02:00
parent 0a2d12c47a
commit e4acc4a2c8

View File

@@ -588,7 +588,7 @@ final class DibiTranslator extends DibiObject
return $matches[9] == '' ? $this->formatValue($m, FALSE) : $m . $matches[9]; // value or identifier return $matches[9] == '' ? $this->formatValue($m, FALSE) : $m . $matches[9]; // value or identifier
} }
die('this should be never executed'); throw new Exception('this should be never executed');
} }