Sha256: 45bcdcf2919a7242f1003abf7ac8446aaf1ae895c8e1fe9db755023cc03042fb
Contents?: true
Size: 283 Bytes
Versions: 4
Compression:
Stored size: 283 Bytes
Contents
require 'wayback/error/server_error' module Wayback class Error # Raised when Wayback returns the HTTP status code 500 class InternalServerError < Wayback::Error::ServerError HTTP_STATUS_CODE = 500 MESSAGE = "Something is technically wrong." end end end
Version data entries
4 entries across 4 versions & 1 rubygems