Sha256: d0c77d1e8ebdee98d7da91d3857d49fb549105df64fd19c63fc3a9c9b285b47c

Contents?: true

Size: 157 Bytes

Versions: 69

Compression:

Stored size: 157 Bytes

Contents

class CloudNotFoundException < Exception
  attr_reader :message
  
  def initialize(msg="Cloud not found")
    @message = "Cloud not found: #{msg}"
  end
end

Version data entries

69 entries across 69 versions & 3 rubygems

Version Path
auser-poolparty-0.2.65 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.66 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.67 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.68 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.69 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.70 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.71 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.72 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.74 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.76 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.77 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.78 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.79 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.80 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.81 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.84 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.85 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.88 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.89 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.90 lib/poolparty/exceptions/CloudNotFoundException.rb