Exception: OO::Errors::LicenceMaxDepthInvalid
- Inherits:
-
StandardError
- Object
- StandardError
- OO::Errors::LicenceMaxDepthInvalid
- Defined in:
- lib/oo/errors/licence_max_depth_invalid.rb
Instance Method Summary collapse
-
#initialize ⇒ LicenceMaxDepthInvalid
constructor
A new instance of LicenceMaxDepthInvalid.
Constructor Details
#initialize ⇒ LicenceMaxDepthInvalid
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 |