ApiException will now string all of its exceptions together to form the message
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 1 Jul 2008 21:50:15 +0000 (17:50 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 1 Jul 2008 21:50:15 +0000 (17:50 -0400)
commit8b81561dd302f23dc2fe5551952e59c9196ad5f0
treec45c5ef9109828ec366fea4eeb9aa94e0c3e60df
parent225b8268bc85e27ec7c5003a646b544d33488fdc
ApiException will now string all of its exceptions together to form the message

* Api.php:
(ApiException::__construct): Add a prefix for the list of errors to be displayed
(ApiException::addException): Append the exception's message to ApiException->message
Api.php
CHANGES