Sha256: da56e12d07fab9922487361c7dfcf8b105299086e07280a260c3bbe4d9385f81
Contents?: true
Size: 212 Bytes
Versions: 15
Compression:
Stored size: 212 Bytes
Contents
# encoding: UTF-8 module GoodData # Project Not Found class ValidationError < RuntimeError DEFAULT_MSG = 'Validation has failed' def initialize(msg = DEFAULT_MSG) super(msg) end end end
Version data entries
15 entries across 15 versions & 1 rubygems