Sha256: 9568cacd73b88110b4de56b896a98fcc1acb849ea89b98f148bb0ffe6b83f20f
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
require 'dmao/ingesters/errors/ingest_entity_error' module DMAO module Ingesters module Errors class IngestProjectError < IngestEntityError def initialize(msg="Error ingesting project.") super(msg) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dmao-generic-ingesters-0.7.0 | lib/dmao/ingesters/errors/ingest_project_error.rb |
dmao-generic-ingesters-0.6.0 | lib/dmao/ingesters/errors/ingest_project_error.rb |