Method: Exception#message
- Defined in:
- lib/source/ruby.rb
#message ⇒ Object
call-seq:
exc. -> string
exc.to_s -> string
exc.to_str -> string
Returns exc’s message (or the name of the exception class if no message is set).
2917 2918 2919 |
# File 'lib/source/ruby.rb', line 2917 def `this._message==null?$q(this.m$class().__name__.replace(/\\./g,'::')):$q(this._message)` end |