Exception: Thinreports::BasicReport::Errors::DisabledListSection

Inherits:
Basic
  • Object
show all
Defined in:
lib/thinreports/basic_report/core/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(section) ⇒ DisabledListSection

Returns a new instance of DisabledListSection.



38
39
40
# File 'lib/thinreports/basic_report/core/errors.rb', line 38

def initialize(section)
  super("The #{section} section is disabled.")
end