Exception: Pastee::Errors::InternalServerError

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

Overview

Error for error code 500.

Instance Method Summary collapse

Instance Method Details

#messageObject



49
50
51
# File 'lib/pastee/errors.rb', line 49

def message
  'Error code 500: There was a problem with the Pastee server.'
end