yiisoft/yii-web

Error page stacktrace call arguments are inverted

samdark opened this issue · 1 comments

90342026-85127f00-e00d-11ea-9ed4-56031948506c

Found by @roxblnfk

To reproduce add the following to index action of site controller:

(function () {
    throw new Exception('s');
})([1, 2, 3], true);