class Configru::OptionTypeError
Public Class Methods
new(file, path, expected, got)
click to toggle source
Calls superclass method
Configru::OptionError::new
# File lib/configru/exceptions.rb, line 15 def initialize(file, path, expected, got) super(file, path, "expected #{expected}, got #{got}") end