Sha256: d399a646fb6854b61ed59a25f52240dadae0c921536b65e98594bd727794356b
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
require_relative 'entity_not_found' module DMAO module API module Errors class DMPNotFound < EntityNotFound def initialize(msg="Invalid DMP 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/dmp_not_found.rb |
dmao_api-0.5.0 | lib/dmao/api/errors/dmp_not_found.rb |