class CSSNative::JoinError

Public Class Methods

new(msg = "Cannot join a rule to a non-rule") click to toggle source
Calls superclass method CSSNative::RuleError::new
# File lib/css-native/errors.rb, line 47
def initialize(msg = "Cannot join a rule to a non-rule")
  super(msg)
end