Sha256: 6300045e10617e620c55cf88a94a0ced343b79da073019a9dc7f85b96895a436
Contents?: true
Size: 390 Bytes
Versions: 77
Compression:
Stored size: 390 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 MalformedUserError < RuntimeError DEFAULT_MSG = 'User is malformed' def initialize(msg = DEFAULT_MSG) super(msg) end end end
Version data entries
77 entries across 77 versions & 1 rubygems