Exception: ActionFigure::InitializationNotSupportedError
- Inherits:
-
StandardError
- Object
- StandardError
- ActionFigure::InitializationNotSupportedError
- Defined in:
- lib/action_figure.rb,
sig/action_figure.rbs
Overview
Raised when an action class defines initialize. ActionFigure builds instances with
new and passes no constructor arguments; use keyword arguments on the entry method
or class-level state instead of custom initializers.