class AppConfig::Error::MustOverride

Public Class Methods

new(method) click to toggle source
Calls superclass method
# File lib/app_config/error.rb, line 5
def initialize(method)
  super("Must override method: #{method}")
end