Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2134 | minor | always | 11-01-07 01:14 | 11-04-07 08:34 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.4 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.4 | ||
|
|||||
Summary: | 0002134: Exception subclasses not caught | ||||
Description: |
<?php class MyException extends Exception { } function foo() { throw new MyException(); } try { foo(); } catch (Exception $e) { print "caught it\n"; } Vanilla PHP prints "caught it". Quercus prints an "uncaught exception of type MyException" error. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|