class Locomotive::Steam::ActionError

Attributes

action[RW]

Public Class Methods

new(error, script) click to toggle source
Calls superclass method Locomotive::Steam::TemplateError::new
# File lib/locomotive/steam/errors.rb, line 106
def initialize(error, script)
  super(error.message, nil, script, 0, error.backtrace)
end

Private Instance Methods

message_prefix() click to toggle source
# File lib/locomotive/steam/errors.rb, line 112
def message_prefix
  "Action error - "
end