Exception: Substation::UnknownProcessor

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

Overview

Error raised when trying to access an unknown processor

Constant Summary collapse

MSG =
'No processor named %s is registered'.freeze

Method Summary

Methods inherited from Error

#initialize, msg

Constructor Details

This class inherits a constructor from Substation::Error