class OO::Errors::LicenseCheckersDefaultKeyInvalid
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/oo/errors/license_checkers_default_key_invalid.rb, line 4 def initialize super('OO.configuration.license_checkers_default_key must be a Proc.') end