rfc:object-model-improvements

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:object-model-improvements [2011/03/03 14:13] martinscottarfc:object-model-improvements [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 49: Line 49:
 try { try {
  include $file; // as of today we just die here  include $file; // as of today we just die here
-} catch(PHPParseException $e) {+} catch(Exception $e) {
  echo $e->getMessage();  echo $e->getMessage();
  throw new DomainException($e);  throw new DomainException($e);
rfc/object-model-improvements.1299161635.txt.gz · Last modified: 2017/09/22 13:28 (external edit)