Exception: RedmineClient::Errors::ResourceNotFoundException
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- RedmineClient::Errors::ResourceNotFoundException
 
- Defined in:
- lib/redmine_client/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
| 10 11 12 | # File 'lib/redmine_client/errors.rb', line 10 def to_s 'Resource not found.' end |