Exception: Pastee::Errors::ServiceUnavailableError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Pastee::Errors::ServiceUnavailableError
 
- Defined in:
- lib/pastee/errors.rb
Overview
Error for error code 503.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
| 56 57 58 | # File 'lib/pastee/errors.rb', line 56 def 'Error code 503: The service is temporarily offline for maintenance.' end |