Exception: FinalClassMethodRedeclarationError
- Inherits:
-
FinalMethodError
- Object
- StandardError
- FinalMethodError
- FinalClassMethodRedeclarationError
- Defined in:
- lib/final_method/final_method_exceptions.rb
Overview
Raised when final class method declared in parent class is attempted to be redeclared in child class as final class method.