Exception: RedmineClient::Errors::InternalErrorException

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



26
27
28
# File 'lib/redmine_client/errors.rb', line 26

def to_s
  'Internal error'
end