getMessage() . "' while executing DDL: " . $sql, 0, $e ); } /** * @param string $type * * @return ToolsException */ public static function couldNotMapDoctrine1Type($type) { return new self(sprintf("Could not map doctrine 1 type '%s'!", $type)); } }