class Liam::NoTopicsInConfigFileError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/liam/exceptions/no_topics_in_config_file_error.rb, line 5 def initialize super('No topics found in the Liam configuration file.') end