atlasphp / Atlas.Orm

A data mapper implementation for your persistence model in PHP.
http://atlasphp.io
MIT License
428 stars 22 forks source link

Row name for Exception::rowNotMapped() and Exception::rowAlreadyMapped() #91

Open fadoe opened 6 years ago

fadoe commented 6 years ago

In my project I get a exception "Row does not exist in IdentityMap.". It would be nice to have the row name in this exception text like "Row "blablub" does not exist in IdentityMap "fooBar"".

froschdesign commented 6 years ago

@fadoe This exception no longer exists in version 3. I think, this issue can be closed.