class Fabychy::Errors::ExclusivityError

Public Class Methods

new(param_list) click to toggle source
Calls superclass method
# File lib/fabychy.rb, line 47
def initialize(param_list)
  super("Only one of the following is allowed `#{param_list}`")
end