// PSCFV-3990

This commit is contained in:
rGaillard
2012-09-11 09:20:14 +00:00
parent 3166948171
commit 0d5c6d9bd3
@@ -30,6 +30,9 @@
*/
class PrestaShopDatabaseExceptionCore extends PrestaShopException
{
public function __toString()
{
return $this->message;
}
}