Base exception class.
make System.exceptions.exception(msg)
: Class constructormsg
: Message to associate with given exception.msg
: Message associated with exception.trace
: Exception's stack trace.str()
: Returns string representation of exception.throw()
: Throws exception.