class Errors::MethodConflictError
Public Class Methods
new(msg="Methods cannot be allow and denylisted")
click to toggle source
Calls superclass method
# File lib/putter/errors.rb, line 9 def initialize(msg="Methods cannot be allow and denylisted") super end