Exception: ConvenientService::Dependencies::Extractions::ActiveSupportConcern::Concern::MultiplePrependBlocks

Inherits:
StandardError
  • Object
show all
Defined in:
lib/convenient_service/dependencies/extractions/active_support_concern/concern.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeMultiplePrependBlocks

Returns a new instance of MultiplePrependBlocks.



141
142
143
# File 'lib/convenient_service/dependencies/extractions/active_support_concern/concern.rb', line 141

def initialize
  super "Cannot define multiple 'prepended' blocks for a Concern"
end