Exception: Pastee::Errors::InternalServerError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Pastee::Errors::InternalServerError
 
- Defined in:
- lib/pastee/errors.rb
Overview
Error for error code 500.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
| 49 50 51 | # File 'lib/pastee/errors.rb', line 49 def 'Error code 500: There was a problem with the Pastee server.' end |