Exception: Ecoportal::API::Common::BaseModel::UnlinkedModel

Inherits:
Exception
  • Object
show all
Defined in:
lib/ecoportal/api/common/base_model.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Something went wrong when linking the document.") ⇒ UnlinkedModel

Returns a new instance of UnlinkedModel.



6
7
8
# File 'lib/ecoportal/api/common/base_model.rb', line 6

def initialize (msg = "Something went wrong when linking the document.")
  super(msg)
end