lib/hanami/action/throwable.rb in hanami-controller-1.0.0.beta2 vs lib/hanami/action/throwable.rb in hanami-controller-1.0.0.beta3
- old
+ new
@@ -26,9 +26,11 @@
# @see Hanami::Action::Throwable::RACK_ERRORS
# @see http://www.rubydoc.info/github/rack/rack/file/SPEC#The_Error_Stream
# @see https://github.com/hanami/controller/issues/133
RACK_EXCEPTION = 'rack.exception'.freeze
+ # @since 0.1.0
+ # @api private
def self.included(base)
base.extend ClassMethods
end
# Throw API class methods