Exception: Gitlab::Patch::Prependable::MultiplePrependedBlocks

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gitlab/patch/prependable.rb

Instance Method Summary collapse

Constructor Details

#initializeMultiplePrependedBlocks

Returns a new instance of MultiplePrependedBlocks.



17
18
19
# File 'lib/gitlab/patch/prependable.rb', line 17

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