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 white and blacklisted") ⇒ MethodConflictError

Returns a new instance of MethodConflictError.



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

def initialize(msg="Methods cannot be white and blacklisted")
  super
end