Module: Hanami::Action::Throwable
- Defined in:
- lib/hanami/action/throwable.rb
Overview
Throw API
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
- .included(base) ⇒ Object private
Class Method Details
.included(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 |
# File 'lib/hanami/action/throwable.rb', line 17 def self.included(base) base.extend ClassMethods end |