Exception: CSSNative::JoinError

Inherits:
RuleError show all
Defined in:
lib/css-native/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Cannot join a rule to a non-rule") ⇒ JoinError

Returns a new instance of JoinError.



47
48
49
# File 'lib/css-native/errors.rb', line 47

def initialize(msg = "Cannot join a rule to a non-rule")
  super(msg)
end