Sha256: 73739368d5385b34592fda1315c6f5735494ea0aadde122e5961feb80672b2c5
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
require_relative 'entity_not_found' module DMAO module API module Errors class PersonNotFound < EntityNotFound def initialize(msg="Invalid person id specified, id does not exist for requesting institution.") super(msg) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dmao_api-0.6.0 | lib/dmao/api/errors/person_not_found.rb |
dmao_api-0.5.0 | lib/dmao/api/errors/person_not_found.rb |