CodeIgniter Forums
EntityException class removed in beta 4? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: EntityException class removed in beta 4? (/showthread.php?tid=74132)



EntityException class removed in beta 4? - includebeer - 07-27-2019

I made a diff between beta 3 and beta 4 to see what have change. I see the class EntityException has been removed but is still used in the Entity class. Is the file missing or this exception no longer exists?


RE: EntityException class removed in beta 4? - JoellSVK - 07-28-2019

(07-27-2019, 03:53 PM)includebeer Wrote: I made a diff between beta 3 and beta 4 to see what have change. I see the class EntityException has been removed but is still used in the Entity class. Is the file missing or this exception no longer exists?

Hi, I checked it and it seems that function to check if a property exists was redone and added to test unit so calling EntityException is redundant now and it can be removed.