Exception: Errors::MethodConflictError
- Inherits:
-
StandardError
- Object
- StandardError
- Errors::MethodConflictError
- Defined in:
- lib/putter/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Methods cannot be white and blacklisted") ⇒ MethodConflictError
constructor
A new instance of MethodConflictError.
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 |