Sha256: 66af3f2bed5ea64a4c1b7c866e99ded16dd4b9e7fa74a16c441d87cff95d1a48
Contents?: true
Size: 390 Bytes
Versions: 29
Compression:
Stored size: 390 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 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
29 entries across 29 versions & 2 rubygems