Exception: Substation::DuplicateProcessorError

Inherits:
Error
  • Object
show all
Defined in:
lib/substation.rb

Overview

Raised when a duplicate Processor should be registered within a Chain

Constant Summary collapse

MSG =
'The following processors already exist within this chain: %s'.freeze

Method Summary

Methods inherited from Error

#initialize, msg

Constructor Details

This class inherits a constructor from Substation::Error