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.45 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.46 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.47 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.48 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.49 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.50 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.51 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.52 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.53 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.54 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.55 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.56 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.57 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.58 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.59 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.60 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.61 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.62 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.63 lib/poolparty/exceptions/CloudNotFoundException.rb
auser-poolparty-0.2.64 lib/poolparty/exceptions/CloudNotFoundException.rb