Cleaing up error reporting and error triggering in Api.php
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Sep 2007 15:28:53 +0000 (11:28 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 23 Sep 2007 15:28:53 +0000 (11:28 -0400)
commit3c2957abfb1ad26173c11d923d827b662371472b
tree2e92e2ab919831ffbe1d87791284f6ca5dfcb7fe
parent055c1cde4794b8edcae831ee2176bc7d57b9c900
Cleaing up error reporting and error triggering in Api.php

* Api.php: Removed the APIError() system and we now use exceptions instead of trigger_error()
Api.php