class Thinreports::Errors::DisabledListSection
Public Class Methods
new(section)
click to toggle source
Calls superclass method
# File lib/thinreports/core/errors.rb, line 37 def initialize(section) super("The #{section} section is disabled.") end