Exception: OO::Errors::LicenseMaxDepthInvalid

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

Instance Method Summary collapse

Constructor Details

#initializeLicenseMaxDepthInvalid

Returns a new instance of LicenseMaxDepthInvalid.



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

def initialize
  super('OO.configuration.license_max_depth must be a Fixnum '\
        'greater than 0')
end