Exception: Pastee::Errors::ServiceUnavailableError

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

Overview

Error for error code 503.

Instance Method Summary collapse

Instance Method Details

#messageObject



56
57
58
# File 'lib/pastee/errors.rb', line 56

def message
  'Error code 503: The service is temporarily offline for maintenance.'
end