public Method

Exception2MessageMapper.Raise(err = nil, *rest)

Fail(err, *rest)

err:        exception
rest:       message arguments

Source Code

# File e2mmap.rb, line 86
def Raise(err = nil, *rest)
  E2MM.Raise(self, err, *rest)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.