Exception: Shamu::Services::IncompleteSetupError

Inherits:
Error
  • Object
show all
Defined in:
lib/shamu/services/error.rb

Overview

The service has included a module that requires some setup or configuration but it hasn't been setup properly.

Instance Method Summary collapse

Constructor Details

#initialize(message = :incomplete_setup) ⇒ IncompleteSetupError

Returns a new instance of IncompleteSetupError.



19
20
21
# File 'lib/shamu/services/error.rb', line 19

def initialize( message = :incomplete_setup )
  super
end