Sha256: b9368f5d3838802214606ac7ab918a578e23ccd50d23b704db2bafd6302737a2
Contents?: true
Size: 266 Bytes
Versions: 3
Compression:
Stored size: 266 Bytes
Contents
module DMAO module API module Errors class InvalidProjectParticipantID < StandardError attr_reader :errors def initialize(msg="Invalid project participant ID specified") super(msg) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems