Exception: Shamu::Security::IncompleteSetupError

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

Overview

Security has been included but has not been completely set up.

Instance Method Summary collapse

Constructor Details

#initialize(message = :incomplete_setup) ⇒ IncompleteSetupError

Returns a new instance of IncompleteSetupError.



52
53
54
# File 'lib/shamu/security/error.rb', line 52

def initialize( message = :incomplete_setup )
  super
end