class SIB::Error

Error is SIB's top level error

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/service_image_builder/errors.rb, line 6
def initialize(msg)
  SIB.log.error(msg)
  super
end