class Async::Container::SetupError

def initialize(container)

@parameter container [Generic] The container that failed.

Create a new setup error.
def initialize(container)
	super("Could not create container!")
	
	@container = container
end