class PryException

Custom Exception

Constants

MESSAGE

Public Class Methods

new(msg = MESSAGE) click to toggle source
Calls superclass method
# File lib/jruby_art/runners/live.rb, line 12
def initialize(msg = MESSAGE)
  super
end