class Zebra::Zpl::CharacterSet::MissingAttributeError
Public Class Methods
new(attr)
click to toggle source
Calls superclass method
# File lib/zebra/zpl/character_set.rb, line 8 def initialize(attr) super("Can't set character set if the #{attr} is not given") end