Exception: MediaShelf::Shovel::ConfigurationError

Inherits:
Exception
  • Object
show all
Defined in:
lib/shovel.rb

Overview

Raised if configure_process is called more than once.

Instance Method Summary collapse

Constructor Details

#initializeConfigurationError

Returns a new instance of ConfigurationError.



131
132
133
# File 'lib/shovel.rb', line 131

def initialize
  super("The shovel can only be configured once.")
end