class JamesBond::MissionBuild::Config::InvalidFileError
Public Class Methods
new(file_path)
click to toggle source
Calls superclass method
# File lib/james_bond/mission_build/config/invalid_file_error.rb, line 5 def initialize(file_path) super("The configuration file for the #{JamesBond::MissionBuild::MISSION_NAME.capitalize} Mission " \ + "doesn't exist or is unreachable [It should be in #{file_path}]") end