Exception: OO::Errors::LicenceMaxDepthInvalid

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

Instance Method Summary collapse

Constructor Details

#initializeLicenceMaxDepthInvalid

Returns a new instance of LicenceMaxDepthInvalid.



4
5
6
7
# 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