class BigSister::NoConfigurationFound

Public Class Methods

new(checked_paths) click to toggle source
Calls superclass method BigSister::Error::new
# File lib/bigsister.rb, line 19
def initialize(checked_paths)
  super("No configuration files found. Looked in: #{checked_paths.join(', ')}")
end