1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-07 06:36:44 +02:00

DibiTranslator: removed die()

This commit is contained in:
David Grudl
2015-10-22 01:44:28 +02:00
parent 8f0d0fb115
commit 389026d697

View File

@@ -598,7 +598,7 @@ final class DibiTranslator extends DibiObject
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');
}