
try the following:

  # ./exception

You should end up with 

  file does not exist

try also to run:

  # export SAGA_VERBOSE=1
  ./exception

  # export SAGA_VERBOSE=4
  ./exception

to see the difference in the SAGA verbosity levels.

