Sha256: 495ff4746fe36594e2e58a1700be8c3fc82bc8d19e9dbc0105ea5527e6bb057c
Contents?: true
Size: 293 Bytes
Versions: 79
Compression:
Stored size: 293 Bytes
Contents
module Flipper module Api # All flipper api errors inherit from this. Error = Class.new(StandardError) # Raised when a request method (get, post, etc.) is called for an action # that does not know how to handle it. RequestMethodNotSupported = Class.new(Error) end end
Version data entries
79 entries across 79 versions & 1 rubygems