public Method

Exception2MessageMapper.fail(err = nil, *rest)

There's no documentation for this item.

Source Code

# File e2mmap.rb, line 93
def fail(err = nil, *rest)
  begin 
    E2MM.Fail(self, err, *rest)
  rescue E2MM::ErrNotRegisteredException
    super
  end
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.