Exception: Sxn::SessionTemplateApplicationError
- Inherits:
-
SessionTemplateError
- Object
- StandardError
- Error
- SessionTemplateError
- Sxn::SessionTemplateApplicationError
- Defined in:
- lib/sxn/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(template_name, message) ⇒ SessionTemplateApplicationError
constructor
A new instance of SessionTemplateApplicationError.
Constructor Details
#initialize(template_name, message) ⇒ SessionTemplateApplicationError
Returns a new instance of SessionTemplateApplicationError.
94 95 96 |
# File 'lib/sxn/errors.rb', line 94 def initialize(template_name, ) super("Failed to apply template '#{template_name}': #{}. Session has been rolled back.") end |