X-Git-Url: http://git.inspyration.org/?p=zf2.biz%2Fgalerie.git;a=blobdiff_plain;f=vendor%2Fzf2biz%2FCustom%2FModel%2FEntityManager.php;h=59f4b9cc28db8cac6678a234fcb0585c90b8b766;hp=8566ce2b146ae37020afbb33957db4723a175881;hb=HEAD;hpb=1537f3c9b21ebdef144195147b882ec26820ec2c diff --git a/vendor/zf2biz/Custom/Model/EntityManager.php b/vendor/zf2biz/Custom/Model/EntityManager.php index 8566ce2..59f4b9c 100644 --- a/vendor/zf2biz/Custom/Model/EntityManager.php +++ b/vendor/zf2biz/Custom/Model/EntityManager.php @@ -59,7 +59,7 @@ abstract class EntityManager extends AbstractTableGateway $keys[] = "{$k}: {$v}"; } $keys = implode(', ', $keys); - throw new \Exception("cannot get row {{$keys}} in table 'galerie'"); + throw new \Exception("cannot get row {{$keys}} in table '{$this->table}'"); } return $row; } @@ -105,7 +105,7 @@ abstract class EntityManager extends AbstractTableGateway $keys[] = "{$k}: {$v}"; } $keys = implode(', ', $keys); - throw new \Exception("cannot update row {{$keys}} in table 'galerie'"); + throw new \Exception("cannot update row {{$keys}} in table '{$this->table}'"); } }