class Aviator::Session::EnvironmentNotDefinedError

Public Class Methods

new(path, env) click to toggle source
Calls superclass method
# File lib/aviator/core/session.rb, line 23
def initialize(path, env)
  super("The environment '#{ env }' is not defined in #{ path }.")
end