Sha256: c3973ed82b6e10092d2372b481c9c728e25b61bdd22d8d54465fcca5ee4f8be5

Contents?: true

Size: 278 Bytes

Versions: 2

Compression:

Stored size: 278 Bytes

Contents

# encoding: UTF-8

module GoodData
  # Project Not Found
  class ValidationError < RuntimeError
    DEFAULT_MSG = 'Validation has failed. Run validate method on blueprint to learn more about the errors.'

    def initialize(msg = DEFAULT_MSG)
      super(msg)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gooddata-0.6.20 lib/gooddata/exceptions/validation_error.rb
gooddata-0.6.19 lib/gooddata/exceptions/validation_error.rb