Sha256: cd9cf82cba3453efbf5f413ea734df923b05315d3da1704aadf06b62bacc9c46
Contents?: true
Size: 415 Bytes
Versions: 24
Compression:
Stored size: 415 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2019 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 InvalidEnvError < RuntimeError DEFAULT_MSG = 'Invalid environment: It must be JAVA platform' def initialize(msg = DEFAULT_MSG) super(msg) end end end
Version data entries
24 entries across 24 versions & 1 rubygems