[Source]
# File lib/app_config/error.rb, line 5 def initialize(method) super("Must override method: #{method}") end
[Validate]