Exception: RedmineClient::Errors::ResourceNotFoundException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/redmine_client/errors.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



10
11
12
# File 'lib/redmine_client/errors.rb', line 10

def to_s
  'Resource not found.'
end