for some reason, doing "throw $err $err->stringify" was causing a generic method
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 9 Dec 2005 16:09:27 +0000 (16:09 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 9 Dec 2005 16:09:27 +0000 (16:09 +0000)
commit6e47a4d5b141de482e0e21ab36ce700c636ff080
treeab00331d9972b765ac3ae1dca6dfce796502e058
parent3562f612d1d1eddd58bdf5904fc66bbf36df4e79
for some reason, doing "throw $err $err->stringify" was causing a generic method
exception to be thrown.  Fixed by doing "throw $err".  This should allow the
/real/ error to be passed to the client, and not "method not found".

Also cleaned up some other debugging info

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@608 9efc2488-bf62-4759-914b-345cdb29e865
src/perlmods/OpenSRF/Application.pm
src/perlmods/OpenSRF/DomainObject/oilsResponse.pm