class Pastee::Errors::InternalServerError

Error for error code 500.

Public Instance Methods

message() click to toggle source
# File lib/pastee/errors.rb, line 49
def message
  'Error code 500: There was a problem with the Pastee server.'
end