class CSSNative::AttributeError
Public Class Methods
new(msg = "Invalid attribute structure")
click to toggle source
Calls superclass method
CSSNative::CSSError::new
# File lib/css-native/errors.rb, line 19 def initialize(msg = "Invalid attribute structure") super(msg) end