class Aviator::Session::InvalidConfigFilePathError
Public Class Methods
new(path)
click to toggle source
Calls superclass method
# File lib/aviator/core/session.rb, line 36 def initialize(path) super("The config file at #{ path } does not exist!") end