Exception: EPlat::MissingSessionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/e_plat/errors/missing_session_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Missing session state, did you set EPlat::Session") ⇒ MissingSessionError

Returns a new instance of MissingSessionError.



4
5
6
# File 'lib/e_plat/errors/missing_session_error.rb', line 4

def initialize(msg="Missing session state, did you set EPlat::Session")
	super
end