Exception: DocRaptorException::DocRaptorRequestException
- Inherits:
-
StandardError
- Object
- StandardError
- DocRaptorException::DocRaptorRequestException
- Defined in:
- lib/doc_raptor.rb
Direct Known Subclasses
DocumentCreationFailure, DocumentDownloadFailure, DocumentListingFailure, DocumentStatusFailure
Instance Attribute Summary (collapse)
-
- (Object) message
Returns the value of attribute message.
-
- (Object) status_code
Returns the value of attribute status_code.
Instance Method Summary (collapse)
-
- (DocRaptorRequestException) initialize(message, status_code)
constructor
A new instance of DocRaptorRequestException.
- - (Object) inspect
- - (Object) to_s
Constructor Details
- (DocRaptorRequestException) initialize(message, status_code)
A new instance of DocRaptorRequestException
14 15 16 17 18 |
# File 'lib/doc_raptor.rb', line 14 def initialize(, status_code) self. = self.status_code = status_code super end |