class Flipper::DefaultNotSet

Raised when default instance not configured but there is an attempt to use it.

Public Class Methods

new(message = nil) click to toggle source
Calls superclass method
# File lib/flipper/errors.rb, line 18
def initialize(message = nil)
  warn "Flipper::DefaultNotSet is deprecated and will be removed in 1.0"
  super
end