Suppressing Stack Trace and Parts

  • I have some error messages (@asserts), where I do not need/want the stack trace to be printed out.

  • I would like to see stacktrace lines related only to my own function, not the ones that are triggered later by the innards of julia.

is this possible?