class NWRFC::NWABAPException

Attributes

exception[R]

Public Class Methods

new(exception) click to toggle source
# File lib/nwrfc/nwerror.rb, line 30
def initialize(exception)
  @exception = exception
end

Public Instance Methods

to_s() click to toggle source
# File lib/nwrfc/nwerror.rb, line 34
def to_s
  "Function exception #{@exception}"
end