Details
-
Type:
Sub-task
-
Status:
Postponed
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.7.2
-
Fix Version/s: None
-
Component/s: Zend_Amf
-
Labels:None
Description
Sorry that I have created a sub-task, but it wasn't possible to comment on the original issue - it seems that I am not allowed to comment issues.
The issue:
I would be very happy if the problem with the missing exception handling would be resolved in a similar way as in amfphp, i.e. that I could use something like
"trigger_error("your fault text here", E_USER_ERROR);"
to raise a "eventFault" event in Flash, i.e. the second function passed in the Responder-object.
And: Thanks for this great work regarding Zend_Amf and AMFPHP!