Exception: LicenseAuto::VirtualMethodError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- LicenseAuto::VirtualMethodError
- Defined in:
- lib/license_auto/exceptions.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ VirtualMethodError
constructor
Just call to super with some fancy message.
Constructor Details
#initialize(name) ⇒ VirtualMethodError
Just call to super with some fancy message.
26 27 28 29 30 |
# File 'lib/license_auto/exceptions.rb', line 26 def initialize(name) = "Error: Pure virtual method '#{name}' called" super() logger.error() end |