Exception: Substation::UnknownActionError

Inherits:
Error
  • Object
show all
Defined in:
lib/substation.rb

Overview

Raised when trying to dispatch to an unregistered action

Constant Summary collapse

MSG =
'No action named %s is registered'.freeze

Method Summary

Methods inherited from Error

#initialize, msg

Constructor Details

This class inherits a constructor from Substation::Error