class NeonRAW::Errors::RuleExists
This rule already exists.
Public Class Methods
new(msg = 'This rule already exists.')
click to toggle source
Calls superclass method
# File lib/NeonRAW/errors.rb, line 434 def initialize(msg = 'This rule already exists.') super(msg) end