class Docker::Error

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/utils/docker.rb, line 8
def initialize(msg)
  super error(msg)
end