Exception: PryException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jruby_art/runners/live.rb

Overview

Custom Exception

Constant Summary collapse

MESSAGE =
"You need to 'jruby -S gem install pry' for 'live' mode".freeze

Instance Method Summary collapse

Constructor Details

#initialize(msg = MESSAGE) ⇒ PryException

Returns a new instance of PryException.



12
13
14
# File 'lib/jruby_art/runners/live.rb', line 12

def initialize(msg = MESSAGE)
  super
end