Sha256: 478feabb9c9463b3b56a4da03afd9958337d8f49820784a8f3df69bf0c07aa80
Contents?: true
Size: 219 Bytes
Versions: 50
Compression:
Stored size: 219 Bytes
Contents
require 'actv/error/client_error' module ACTV class Error # Raised when Active returns the HTTP status code 420 class EnhanceYourCalm < ACTV::Error::ClientError HTTP_STATUS_CODE = 420 end end end
Version data entries
50 entries across 50 versions & 1 rubygems