Exception: PublishingPlatformError::AlreadyInitialised
- Inherits:
-
StandardError
- Object
- StandardError
- PublishingPlatformError::AlreadyInitialised
- Defined in:
- lib/publishing_platform_app_config/publishing_platform_error.rb
Instance Method Summary collapse
-
#initialize(msg = "You can only call PublishingPlatformError.configure once!") ⇒ AlreadyInitialised
constructor
A new instance of AlreadyInitialised.
Constructor Details
#initialize(msg = "You can only call PublishingPlatformError.configure once!") ⇒ AlreadyInitialised
Returns a new instance of AlreadyInitialised.
8 9 10 |
# File 'lib/publishing_platform_app_config/publishing_platform_error.rb', line 8 def initialize(msg = "You can only call PublishingPlatformError.configure once!") super end |