class OO::Errors::LicenceMaxDepthInvalid
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/oo/errors/licence_max_depth_invalid.rb, line 4 def initialize super('OO.configuration.licence_max_depth must be a Fixnum '\ 'greater than 0') end