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