Sha256: a510f5a1263a67092d49bec865770e52b1ce0a6d247e0d995a77ed7cfa72b872
Contents?: true
Size: 419 Bytes
Versions: 19
Compression:
Stored size: 419 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. module GoodData class FilterMaqlizationError < RuntimeError attr_accessor :errors def initialize(errs = []) super('Filter MAQLization failed') @errors = errs end end end
Version data entries
19 entries across 19 versions & 1 rubygems