Sha256: b8fcbd8366529bb625a606a18c952896a70e900d650348163a1bb5e2ea2d7f98

Contents?: true

Size: 160 Bytes

Versions: 8

Compression:

Stored size: 160 Bytes

Contents

class MatchedConceptUnpublished < ArgumentError
  attr_reader :original
  def initialize(msg, original = $!)
    super(msg)
    @original = original;
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
iqvoc-4.14.5 app/exceptions/matched_concept_unpublished.rb
iqvoc-4.14.4 app/exceptions/matched_concept_unpublished.rb
iqvoc-4.13.2 app/exceptions/matched_concept_unpublished.rb
iqvoc-4.13.0 app/exceptions/matched_concept_unpublished.rb
iqvoc-4.12.1 app/exceptions/matched_concept_unpublished.rb
iqvoc-4.12.0 app/exceptions/matched_concept_unpublished.rb
iqvoc-4.11.1 app/exceptions/matched_concept_unpublished.rb
iqvoc-4.11.0 app/exceptions/matched_concept_unpublished.rb