// PSCFV-3990

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17275 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-09-11 09:20:14 +00:00
parent 4cef2421bd
commit 6f848e87ea
@@ -30,6 +30,9 @@
*/
class PrestaShopDatabaseExceptionCore extends PrestaShopException
{
public function __toString()
{
return $this->message;
}
}