class JumpIn::Error

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/jump_in.rb, line 11
def initialize
  super(message)
end