Flowdock
fail(err = nil, *rest) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/e2mmap.rb, line 93
  def fail(err = nil, *rest)
    begin 
      E2MM.Fail(self, err, *rest)
    rescue E2MM::ErrNotRegisteredException
      super
    end
  end
Register or log in to add new notes.