Sha256: b9975653c3e96da0b813fd02a8264cf3dd97341c87dd033fbeeb45e532e23de3
Contents?: true
Size: 235 Bytes
Versions: 7
Compression:
Stored size: 235 Bytes
Contents
module DMAO module API module Errors class InvalidParentId < StandardError def initialize(msg="Invalid parent id for organisation unit specified.") super(msg) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems