thecodingmachine/mvc.splash-common

Improve error message for @URL parameters

Closed this issue · 1 comments

Write this function:

/**
 * @URL foo/{boo}
 */
function bar($baa) {

}

This will fail with a not easy to understand exception. In particular, there is neither a class name nor a method name.

We should improve the error message.