Variable JSException.exception

The exception value that was thrown from the VM.

class JSException
{
  // ...
  const(JSValue) exception ;
  // ...
}