class Noticent::MissingConfiguration
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/noticent/errors.rb, line 13 def initialize super('Configuration for noticent missing. Do you have noticent initializer?') end