class Battman::UnsupportedUnitError

Public Class Methods

new(unit) click to toggle source
Calls superclass method
# File lib/battman/errors.rb, line 7
def initialize(unit)
  super("unit #{unit} is not supported")
end