Exception: AppConfig::Error::MustOverride

Inherits:
Exception
  • Object
show all
Defined in:
lib/app_config/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(method) ⇒ MustOverride

Returns a new instance of MustOverride.



5
6
7
# File 'lib/app_config/error.rb', line 5

def initialize(method)
  super("Must override method: #{method}")
end