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-0.2.15 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.16 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.2 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.20 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.21 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.22 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.23 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.24 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.25 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.26 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.3 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.35 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.36 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.37 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.38 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.39 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.4 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.40 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.41 lib/poolparty/exceptions/RuntimeException.rb
auser-poolparty-0.2.42 lib/poolparty/exceptions/RuntimeException.rb