Sha256: 44ed29f322fa9f1d67a2bb28e90fc2149c15963ccd84bd41e67f876aeb17a615

Contents?: true

Size: 163 Bytes

Versions: 96

Compression:

Stored size: 163 Bytes

Contents

class RuntimeException < Exception
  attr_reader :message
  
  def initialize(msg="Runtime exception")
    @message = "There was a runtime error: #{msg}"
  end
end

Version data entries

96 entries across 96 versions & 3 rubygems

Version Path
auser-poolparty-1.2.12 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-1.2.2 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-1.2.3 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-1.2.4 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-1.2.7 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-1.2.8 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-1.2.9 lib/poolparty/exceptions/RuntimeException.rb
fairchild-poolparty-1.1.3 lib/poolparty/exceptions/RuntimeException.rb
fairchild-poolparty-1.1.4 lib/poolparty/exceptions/RuntimeException.rb
fairchild-poolparty-1.1.5 lib/poolparty/exceptions/RuntimeException.rb
fairchild-poolparty-1.2.12 lib/poolparty/exceptions/RuntimeException.rb
poolparty-1.2.2 lib/poolparty/exceptions/RuntimeException.rb
poolparty-0.2.18 lib/poolparty/exceptions/RuntimeException.rb
poolparty-0.2.6 lib/poolparty/exceptions/RuntimeException.rb
poolparty-0.2.84 lib/poolparty/exceptions/RuntimeException.rb
poolparty-0.2.69 lib/poolparty/exceptions/RuntimeException.rb