Exception: OO::Errors::LicenceCheckersDefaultKeyInvalid
- Inherits:
-
StandardError
- Object
- StandardError
- OO::Errors::LicenceCheckersDefaultKeyInvalid
- Defined in:
- lib/oo/errors/licence_checkers_default_key_invalid.rb
Instance Method Summary collapse
-
#initialize ⇒ LicenceCheckersDefaultKeyInvalid
constructor
A new instance of LicenceCheckersDefaultKeyInvalid.
Constructor Details
#initialize ⇒ LicenceCheckersDefaultKeyInvalid
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 |