Skip to main content
Version: 25.2

exceptionName

  • function (obsolete — use the exception’s name instead)
  • Returns the name of the exception which was thrown (the first parameter passed to the throw command). This is the same as the name property of the exception.
  • Related: exception