Exception: Substation::AlreadyRegisteredError

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

Overview

Raised when an object is already registered under the a given name

Constant Summary collapse

MSG =
'%s is already registered'.freeze

Method Summary

Methods inherited from Error

#initialize, msg

Constructor Details

This class inherits a constructor from Substation::Error