Exception: OO::Errors::LicenceCheckersDefaultKeyInvalid

Inherits:
StandardError
  • Object
show all
Defined in:
lib/oo/errors/licence_checkers_default_key_invalid.rb

Instance Method Summary collapse

Constructor Details

#initializeLicenceCheckersDefaultKeyInvalid

Returns a new instance of LicenceCheckersDefaultKeyInvalid.



4
5
6
# File 'lib/oo/errors/licence_checkers_default_key_invalid.rb', line 4

def initialize
  super('OO.configuration.licence_checkers_default_key must be a Proc.')
end