class OO::Errors::LicenseMaxDepthInvalid

Public Class Methods

new() click to toggle source
Calls superclass method
# 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