Sha256: 26a7c2874f1f3e8b69d65ad31a357d8962aec99e0c30ea4a471d716e9bc98e63
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 FunderNotFound < EntityNotFound def initialize(msg="Invalid funder 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/funder_not_found.rb |
dmao_api-0.5.0 | lib/dmao/api/errors/funder_not_found.rb |