public Method

Exception2MessageMapper.def_e2message(c, m)

def_e2message(c, m)

    c:  exception
    m:  message_form
define exception c with message m.

Source Code

# File e2mmap.rb, line 110
def def_e2message(c, m)
  E2MM.def_e2message(self, c, m)
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.