Exception: RedmineClient::Errors::InternalErrorException
- Inherits:
-
StandardError
- Object
- StandardError
- RedmineClient::Errors::InternalErrorException
- Defined in:
- lib/redmine_client/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
26 27 28 |
# File 'lib/redmine_client/errors.rb', line 26 def to_s 'Internal error' end |