class Seeit::ConfigFileNotFound

Public Class Methods

new(msg = "settings.json File not found") click to toggle source
Calls superclass method
# File lib/seeit/builder.rb, line 6
def initialize(msg = "settings.json File not found")
  super(msg)
end