class StarEthernet::PrinterError
Public Class Methods
new(statuses_message)
click to toggle source
Calls superclass method
# File lib/star_ethernet/exceptions.rb, line 3 def initialize(statuses_message) super(statuses_message) end