Exception: EPlat::MissingSessionError
- Inherits:
-
StandardError
- Object
- StandardError
- EPlat::MissingSessionError
- Defined in:
- lib/e_plat/errors/missing_session_error.rb
Instance Method Summary collapse
-
#initialize(msg = "Missing session state, did you set EPlat::Session") ⇒ MissingSessionError
constructor
A new instance of MissingSessionError.
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 |