Exception: PublishingPlatformError::AlreadyInitialised

Inherits:
StandardError
  • Object
show all
Defined in:
lib/publishing_platform_app_config/publishing_platform_error.rb

Instance Method Summary collapse

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