Exception: Forerunner::ActionData::MissingActionNameError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/forerunner/action_data/missing_action_name_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/forerunner/action_data/missing_action_name_error.rb', line 4

def to_s
  "Forerunner filter must have at least one action name"
end