Exception: DMAO::API::Errors::ProjectNotFound
- Inherits:
-
EntityNotFound
- Object
- StandardError
- EntityNotFound
- DMAO::API::Errors::ProjectNotFound
- Defined in:
- lib/dmao/api/errors/project_not_found.rb
Instance Method Summary collapse
-
#initialize(msg = "Invalid project id specified, id does not exist for requesting institution.") ⇒ ProjectNotFound
constructor
A new instance of ProjectNotFound.
Constructor Details
#initialize(msg = "Invalid project id specified, id does not exist for requesting institution.") ⇒ ProjectNotFound
Returns a new instance of ProjectNotFound.
9 10 11 12 13 |
# File 'lib/dmao/api/errors/project_not_found.rb', line 9 def initialize(msg="Invalid project id specified, id does not exist for requesting institution.") super(msg) end |