Exception: Errors::MethodConflictError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/putter/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Methods cannot be allow and denylisted") ⇒ MethodConflictError

Returns a new instance of MethodConflictError.



9
10
11
# File 'lib/putter/errors.rb', line 9

def initialize(msg="Methods cannot be allow and denylisted")
  super
end