command = $command; return $exception; } /** * Returns the command that could not be invoked * * @return mixed */ public function getCommand() { return $this->command; } }