On Mon, Sep 3, 2018 at 4:28 PM Parrot Raiser <1parr...@gmail.com> wrote:

> If I understand that correctly, "die" needs to be documented as always
> outputting the line number, and that for user-oriented messages, one
> of the other techniques should be used.
>

die throws the Exception -- you can CATCH it and handle it how you like,
including printing the message without line numbers.

(Or, for example, print the backtrace during development, but a simpler
error message in operations).

Reply via email to